summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2014-09-2611-94/+141
| | * | | | | | | | | | | | | netfilter: bridge: nf_bridge_copy_header as static inline in headerPablo Neira Ayuso2014-09-261-28/+0
| | * | | | | | | | | | | | | net/netfilter/x_tables.c: use __seq_open_private()Rob Jones2014-09-261-26/+4
| | * | | | | | | | | | | | | netfilter: nf_tables: export rule-set generation IDPablo Neira Ayuso2014-09-191-26/+114
| | * | | | | | | | | | | | | netfilter: nfnetlink: use original skbuff when committing/abortingPablo Neira Ayuso2014-09-191-3/+3
| | * | | | | | | | | | | | | Merge branch 'ipvs-next'Pablo Neira Ayuso2014-09-1821-222/+529
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | ipvs: Allow heterogeneous pools now that we support themAlex Gartrell2014-09-181-4/+20
| | | * | | | | | | | | | | | | ipvs: use the new dest addr family fieldJulian Anastasov2014-09-184-16/+43
| | | * | | | | | | | | | | | | ipvs: use correct address family in scheduler logsJulian Anastasov2014-09-189-12/+15
| | | * | | | | | | | | | | | | ipvs: address family of LBLCR entry depends on svc familyJulian Anastasov2014-09-161-6/+6
| | | * | | | | | | | | | | | | ipvs: address family of LBLC entry depends on svc familyJulian Anastasov2014-09-161-6/+6
| | | * | | | | | | | | | | | | ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwardingAlex Gartrell2014-09-162-43/+117
| | | * | | | | | | | | | | | | ipvs: Add generic ensure_mtu_is_adequate to handle mixed poolsAlex Gartrell2014-09-161-26/+51
| | | * | | | | | | | | | | | | ipvs: Pull out update_pmtu codeAlex Gartrell2014-09-161-12/+11
| | | * | | | | | | | | | | | | ipvs: Pull out crosses_local_route_boundary logicAlex Gartrell2014-09-161-67/+77
| | | * | | | | | | | | | | | | ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell2014-09-161-0/+15
| | | * | | | | | | | | | | | | ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell2014-09-164-9/+14
| | | * | | | | | | | | | | | | ipvs: Pass destination address family to ip_vs_trash_get_destAlex Gartrell2014-09-161-6/+6
| | | * | | | | | | | | | | | | ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell2014-09-163-15/+27
| | | * | | | | | | | | | | | | ipvs: Add destination address family to netlink interfaceAlex Gartrell2014-09-161-7/+38
| | | * | | | | | | | | | | | | ipvs: Add simple weighted failover schedulerKenny Mathis2014-09-163-0/+90
| | * | | | | | | | | | | | | | netfilter: ipset: hash:mac type added to ipsetJozsef Kadlecsik2014-09-154-1/+193
| | * | | | | | | | | | | | | | netfilter: ipset: Add skbinfo extension support to SET target.Anton Danilov2014-09-151-0/+155
| | * | | | | | | | | | | | | | netfilter: ipset: Add skbinfo extension kernel support for the list set type.Anton Danilov2014-09-151-2/+17
| | * | | | | | | | | | | | | | netfilter: ipset: Add skbinfo extension kernel support for the hash set types.Anton Danilov2014-09-1511-25/+130
| | * | | | | | | | | | | | | | netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.Anton Danilov2014-09-154-6/+31
| | * | | | | | | | | | | | | | netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov2014-09-151-1/+26
| | * | | | | | | | | | | | | | netfilter: ipset: Fix static checker warning in ip_set_core.cJozsef Kadlecsik2014-09-151-1/+2
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | netfilter: masquerading needs to be independent of x_tables in KconfigPablo Neira Ayuso2014-09-122-24/+30
| | * | | | | | | | | | | | | netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NATPablo Neira Ayuso2014-09-122-20/+22
| * | | | | | | | | | | | | | tcp: change TCP_ECN prefixes to lower caseFlorian Westphal2014-09-293-31/+34
| * | | | | | | | | | | | | | tcp: move TCP_ECN_create_request out of headerFlorian Westphal2014-09-291-1/+35
| * | | | | | | | | | | | | | tcp: remove unnecessary assignment.Li RongQing2014-09-291-1/+1
| * | | | | | | | | | | | | | net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet2014-09-291-39/+41
| * | | | | | | | | | | | | | net: tcp: add DCTCP congestion control algorithmDaniel Borkmann2014-09-294-1/+371
| * | | | | | | | | | | | | | net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2014-09-292-4/+22
| * | | | | | | | | | | | | | net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2014-09-292-14/+26
| * | | | | | | | | | | | | | net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann2014-09-292-8/+19
| * | | | | | | | | | | | | | net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal2014-09-293-31/+26
| * | | | | | | | | | | | | | net: sched: cls_rcvp, complete rcu conversionJohn Fastabend2014-09-291-3/+41
| * | | | | | | | | | | | | | net_sched: fix another regression in cls_tcindexWANG Cong2014-09-281-1/+1
| * | | | | | | | | | | | | | net_sched: fix errno in tcindex_set_parms()WANG Cong2014-09-281-3/+2
| * | | | | | | | | | | | | | arp: Do not perturb drop profiles with ignored ARP packetsRick Jones2014-09-281-1/+5
| * | | | | | | | | | | | | | net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong2014-09-2810-20/+20
| * | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-286-35/+281
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu2014-09-183-6/+1
| | * | | | | | | | | | | | | | xfrm: configure policy hash table thresholds by netlinkChristophe Gouault2014-09-022-3/+164
| | * | | | | | | | | | | | | | xfrm: hash prefixed policies based on preflen thresholdsChristophe Gouault2014-09-022-16/+113
| | * | | | | | | | | | | | | | xfrm: remove useless hash_resize_mutex locksYing Xue2014-08-291-10/+3
| * | | | | | | | | | | | | | | net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli2014-09-281-0/+40
OpenPOWER on IntegriCloud