aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-26netfilter: bridge: nf_bridge_copy_header as static inline in headerPablo Neira Ayuso1-28/+0
2014-09-26net/netfilter/x_tables.c: use __seq_open_private()Rob Jones1-26/+4
2014-09-19netfilter: nf_tables: export rule-set generation IDPablo Neira Ayuso1-26/+114
2014-09-19netfilter: nfnetlink: use original skbuff when committing/abortingPablo Neira Ayuso1-3/+3
2014-09-18Merge branch 'ipvs-next'Pablo Neira Ayuso21-222/+529
2014-09-18ipvs: Allow heterogeneous pools now that we support themAlex Gartrell1-4/+20
2014-09-18ipvs: use the new dest addr family fieldJulian Anastasov4-16/+43
2014-09-18ipvs: use correct address family in scheduler logsJulian Anastasov9-12/+15
2014-09-16ipvs: address family of LBLCR entry depends on svc familyJulian Anastasov1-6/+6
2014-09-16ipvs: address family of LBLC entry depends on svc familyJulian Anastasov1-6/+6
2014-09-16ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwardingAlex Gartrell2-43/+117
2014-09-16ipvs: Add generic ensure_mtu_is_adequate to handle mixed poolsAlex Gartrell1-26/+51
2014-09-16ipvs: Pull out update_pmtu codeAlex Gartrell1-12/+11
2014-09-16ipvs: Pull out crosses_local_route_boundary logicAlex Gartrell1-67/+77
2014-09-16ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell1-0/+15
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell4-9/+14
2014-09-16ipvs: Pass destination address family to ip_vs_trash_get_destAlex Gartrell1-6/+6
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell3-15/+27
2014-09-16ipvs: Add destination address family to netlink interfaceAlex Gartrell1-7/+38
2014-09-16ipvs: Add simple weighted failover schedulerKenny Mathis3-0/+90
2014-09-15netfilter: ipset: hash:mac type added to ipsetJozsef Kadlecsik4-1/+193
2014-09-15netfilter: ipset: Add skbinfo extension support to SET target.Anton Danilov1-0/+155
2014-09-15netfilter: ipset: Add skbinfo extension kernel support for the list set type.Anton Danilov1-2/+17
2014-09-15netfilter: ipset: Add skbinfo extension kernel support for the hash set types.Anton Danilov11-25/+130
2014-09-15netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.Anton Danilov4-6/+31
2014-09-15netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov1-1/+26
2014-09-15netfilter: ipset: Fix static checker warning in ip_set_core.cJozsef Kadlecsik1-1/+2
2014-09-12netfilter: masquerading needs to be independent of x_tables in KconfigPablo Neira Ayuso2-24/+30
2014-09-12netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NATPablo Neira Ayuso2-20/+22
2014-09-10tipc: fix sparse warningsErik Hugne1-3/+4
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller36-1069/+1608
2014-09-10netfilter: Convert pr_warning to pr_warnJoe Perches5-40/+35
2014-09-10iucv: Convert pr_warning to pr_warnJoe Perches1-5/+4
2014-09-10pktgen: Convert pr_warning to pr_warnJoe Perches1-12/+12
2014-09-10atm: Convert pr_warning to pr_warnJoe Perches2-3/+3
2014-09-09sit: Add gro callbacks to sit_offloadTom Herbert1-0/+2
2014-09-09ipip: Add gro callbacks to ipip offloadTom Herbert1-0/+2
2014-09-09ipv6: Clear flush_id to make GRO workTom Herbert1-0/+3
2014-09-09net: use kfree_skb_list() helper in more placesFlorian Westphal2-10/+2
2014-09-09ipv4: udp4_gro_complete() is staticEric Dumazet1-1/+1
2014-09-09netns: remove one sparse warningEric Dumazet1-1/+1
2014-09-09ipv6: udp6_gro_complete() is staticEric Dumazet1-1/+1
2014-09-09ipv4: rcu cleanup in ip_ra_control()Eric Dumazet1-2/+2
2014-09-09ipv6: mcast: remove dead debugging definesDaniel Borkmann1-9/+0
2014-09-09net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn1-5/+2
2014-09-09net_sched: sfq: remove unused macroFlorian Westphal1-5/+0
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-09tcp: remove dst refcount false sharing for prequeue modeEric Dumazet2-10/+25
2014-09-09openvswitch: change the data type of error status to atomic_long_tLi RongQing2-23/+12
2014-09-09bridge: Cleanup of unncessary check.Rami Rosen1-3/+0