..
ipset
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
2014-01-25 11:17:34 -08:00
ipvs
ipvs: fix AF assignment in ip_vs_conn_new()
2014-02-04 21:13:47 +09:00
core.c
Kconfig
netfilter: nf_tables: add reject module for NFPROTO_INET
2014-02-06 09:44:18 +01:00
Makefile
netfilter: nf_tables: add reject module for NFPROTO_INET
2014-02-06 09:44:18 +01:00
nf_conntrack_acct.c
netfilter: introduce nf_conn_acct structure
2013-11-03 21:48:49 +01:00
nf_conntrack_amanda.c
nf_conntrack_broadcast.c
nf_conntrack_core.c
netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt
2014-02-05 17:46:06 +01:00
nf_conntrack_ecache.c
nf_conntrack_expect.c
nf_conntrack_extend.c
nf_conntrack_ftp.c
nf_conntrack_h323_asn1.c
nf_conntrack_h323_main.c
nf_conntrack_h323_types.c
nf_conntrack_helper.c
nf_conntrack_irc.c
nf_conntrack_l3proto_generic.c
nf_conntrack_labels.c
nf_conntrack_netbios_ns.c
nf_conntrack_netlink.c
netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmark
2013-12-20 10:21:42 +01:00
nf_conntrack_pptp.c
nf_conntrack_proto_dccp.c
netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages
2014-01-06 17:40:02 +01:00
nf_conntrack_proto_generic.c
nf_conntrack_proto_gre.c
nf_conntrack_proto_sctp.c
nf_conntrack_proto_tcp.c
nf_conntrack_proto_udp.c
nf_conntrack_proto_udplite.c
nf_conntrack_proto.c
netfilter: nf_conntrack: remove dead code
2014-01-03 23:41:37 +01:00
nf_conntrack_sane.c
nf_conntrack_seqadj.c
netfilter: only warn once on wrong seqadj usage
2014-01-06 14:23:17 +01:00
nf_conntrack_sip.c
nf_conntrack_snmp.c
nf_conntrack_standalone.c
nf_conntrack_tftp.c
nf_conntrack_timeout.c
nf_conntrack_timestamp.c
netfilter: nf_ct_timestamp: Fix BUG_ON after netns deletion
2013-12-20 14:58:29 +01:00
nf_internals.h
nf_log.c
nf_nat_amanda.c
nf_nat_core.c
netfilter: nf_nat: add full port randomization support
2014-01-03 23:41:26 +01:00
nf_nat_ftp.c
nf_nat_helper.c
nf_nat_irc.c
netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helper
2014-01-06 14:17:17 +01:00
nf_nat_proto_common.c
netfilter: nf_nat: add full port randomization support
2014-01-03 23:41:26 +01:00
nf_nat_proto_dccp.c
nf_nat_proto_sctp.c
nf_nat_proto_tcp.c
nf_nat_proto_udp.c
nf_nat_proto_udplite.c
nf_nat_proto_unknown.c
nf_nat_sip.c
nf_nat_tftp.c
nf_queue.c
nf_sockopt.c
nf_synproxy_core.c
netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt
2014-02-05 17:46:06 +01:00
nf_tables_api.c
netfilter: nf_tables: fix loop checking with end interval elements
2014-02-07 17:21:45 +01:00
nf_tables_core.c
netfilter: nf_tables: unininline nft_trace_packet()
2014-02-07 17:50:27 +01:00
nf_tables_inet.c
netfilter: nf_tables: fix error path in the init functions
2014-01-09 23:25:48 +01:00
nfnetlink_acct.c
nfnetlink_cthelper.c
nfnetlink_cttimeout.c
nfnetlink_log.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
2014-01-08 15:04:56 -05:00
nfnetlink_queue_core.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
2014-01-06 19:48:38 -05:00
nfnetlink_queue_ct.c
nfnetlink.c
nfnetlink: do not ack malformed messages
2013-11-08 15:12:11 -05:00
nft_bitwise.c
nft_byteorder.c
nft_cmp.c
nft_compat.c
netfilter: nf_tables: add support for multi family tables
2014-01-07 23:55:46 +01:00
nft_counter.c
nft_ct.c
netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checks
2014-02-06 00:05:33 +01:00
nft_expr_template.c
nft_exthdr.c
netfilter: nft_exthdr: call ipv6_find_hdr() with explicitly initialized offset
2013-12-20 11:25:10 +01:00
nft_hash.c
Revert "netfilter: avoid get_random_bytes calls"
2014-01-06 14:00:55 +01:00
nft_immediate.c
nft_limit.c
nft_log.c
netfilter: nf_tables: fix log/queue expressions for NFPROTO_INET
2014-02-06 11:41:38 +01:00
nft_lookup.c
net: Include appropriate header file in netfilter/nft_lookup.c
2014-02-09 17:32:50 -08:00
nft_meta.c
netfilter: nft_meta: fix lack of validation of the input register
2014-01-09 20:04:16 +01:00
nft_nat.c
nft_payload.c
nft_queue.c
netfilter: nf_tables: fix log/queue expressions for NFPROTO_INET
2014-02-06 11:41:38 +01:00
nft_rbtree.c
netfilter: nft_rbtree: fix data handling of end interval elements
2014-02-07 14:22:06 +01:00
nft_reject_inet.c
netfilter: nf_tables: add reject module for NFPROTO_INET
2014-02-06 09:44:18 +01:00
nft_reject.c
netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts
2014-02-06 09:44:10 +01:00
x_tables.c
xt_addrtype.c
xt_AUDIT.c
xt_bpf.c
xt_cgroup.c
netfilter: x_tables: lightweight process control group matching
2014-01-03 23:41:44 +01:00
xt_CHECKSUM.c
xt_CLASSIFY.c
xt_cluster.c
xt_comment.c
xt_connbytes.c
netfilter: introduce nf_conn_acct structure
2013-11-03 21:48:49 +01:00
xt_connlabel.c
xt_connlimit.c
Revert "netfilter: avoid get_random_bytes calls"
2014-01-06 14:00:55 +01:00
xt_connmark.c
netfilter: Fix FSF address in file headers
2013-12-06 12:37:57 -05:00
xt_CONNSECMARK.c
xt_conntrack.c
xt_cpu.c
xt_CT.c
netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt
2014-02-05 17:46:06 +01:00
xt_dccp.c
xt_devgroup.c
xt_dscp.c
xt_DSCP.c
xt_ecn.c
xt_esp.c
xt_hashlimit.c
Revert "netfilter: avoid get_random_bytes calls"
2014-01-06 14:00:55 +01:00
xt_helper.c
xt_hl.c
xt_HL.c
xt_HMARK.c
xt_IDLETIMER.c
xt_ipcomp.c
netfilter: add IPv4/6 IPComp extension match support
2013-12-24 12:37:58 +01:00
xt_iprange.c
xt_ipvs.c
xt_l2tp.c
netfilter: introduce l2tp match extension
2014-01-09 21:36:39 +01:00
xt_LED.c
xt_length.c
xt_limit.c
xt_LOG.c
xt_mac.c
xt_mark.c
xt_multiport.c
xt_nat.c
xt_NETMAP.c
xt_nfacct.c
xt_NFLOG.c
xt_NFQUEUE.c
netfilter: xt_NFQUEUE: separate reusable code
2013-12-07 23:20:45 +01:00
xt_osf.c
netfilter: Fix FSF address in file headers
2013-12-06 12:37:57 -05:00
xt_owner.c
xt_physdev.c
xt_pkttype.c
xt_policy.c
xt_quota.c
xt_rateest.c
xt_RATEEST.c
Revert "netfilter: avoid get_random_bytes calls"
2014-01-06 14:00:55 +01:00
xt_realm.c
xt_recent.c
Revert "netfilter: avoid get_random_bytes calls"
2014-01-06 14:00:55 +01:00
xt_REDIRECT.c
xt_repldata.h
xt_sctp.c
xt_SECMARK.c
xt_set.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
2013-11-15 16:47:22 -08:00
xt_socket.c
xt_state.c
xt_statistic.c
net: replace macros net_random and net_srandom with direct calls to prandom
2014-01-14 15:15:25 -08:00
xt_string.c
xt_tcpmss.c
xt_TCPMSS.c
xt_TCPOPTSTRIP.c
xt_tcpudp.c
xt_TEE.c
xt_time.c
xt_TPROXY.c
xt_TRACE.c
xt_u32.c