summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ipvs: Clean up comment style in ip_vs.hSimon Horman2014-10-021-139/+75
* netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso2014-10-021-0/+6
* netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-021-117/+1
* netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-023-7/+24
* tcp: Change tcp_slow_start function to return voidLi RongQing2014-09-301-1/+1
* net/mlx4_core: New init and exit flow for mlx4_coreMajd Dibbiny2014-09-301-0/+1
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-302-2/+13
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-1/+2
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-6/+33
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-302-1/+32
* macvlan: add source modeMichael Braun2014-09-292-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-2913-32/+167
|\
| * netfilter: nf_tables: store and dump set policyArturo Borrero2014-09-291-0/+2
| * netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2014-09-265-10/+10
| * netfilter: bridge: nf_bridge_copy_header as static inline in headerPablo Neira Ayuso2014-09-261-10/+38
| * netfilter: nf_tables: export rule-set generation IDPablo Neira Ayuso2014-09-191-0/+16
| * Merge branch 'ipvs-next'Pablo Neira Ayuso2014-09-182-3/+15
| |\
| | * ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell2014-09-161-0/+4
| | * ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell2014-09-161-1/+2
| | * ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell2014-09-161-2/+3
| | * ipvs: Add destination address family to netlink interfaceAlex Gartrell2014-09-162-0/+6
| * | netfilter: ipset: send nonzero skbinfo extensions onlyJozsef Kadlecsik2014-09-151-7/+11
| * | netfilter: ipset: Add skbinfo extension support to SET target.Anton Danilov2014-09-151-0/+10
| * | netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov2014-09-152-1/+67
| |/
| * netfilter: nf_tables: add NFTA_MASQ_UNSPEC to nft_masq_attributesPablo Neira Ayuso2014-09-111-0/+1
| * netfilter: fix compilation of masquerading without IP_NF_TARGET_MASQUERADEPablo Neira Ayuso2014-09-111-6/+4
* | tcp: move TCP_ECN_create_request out of headerFlorian Westphal2014-09-291-34/+0
* | ARCNET: add support for multi interfaces on com20020Michael Grzeschik2014-09-291-1/+14
* | ARCNET: add com20020 PCI IDs with metadataMichael Grzeschik2014-09-291-0/+16
* | net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet2014-09-291-61/+72
* | net: tcp: add DCTCP congestion control algorithmDaniel Borkmann2014-09-291-2/+11
* | net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2014-09-291-1/+8
* | net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2014-09-291-2/+6
* | net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann2014-09-291-17/+44
* | net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal2014-09-291-1/+1
* | dql: dql_queued() should write first to reduce bus transactionsEric Dumazet2014-09-291-2/+10
* | net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong2014-09-281-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-284-3/+22
|\ \
| * | ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu2014-09-181-3/+0
| * | xfrm: configure policy hash table thresholds by netlinkChristophe Gouault2014-09-023-0/+18
| * | xfrm: hash prefixed policies based on preflen thresholdsChristophe Gouault2014-09-021-0/+4
* | | net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli2014-09-281-0/+9
* | | net: dsa: allow enabling and disable switch portsFlorian Fainelli2014-09-281-0/+8
* | | tcp: change tcp_skb_pcount() locationEric Dumazet2014-09-281-2/+21
* | | tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet2014-09-281-6/+6
* | | ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet2014-09-281-1/+2
* | | ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet2014-09-281-3/+12
* | | net: optimise csum_replace4()LEROY Christophe2014-09-261-3/+1
* | | net: introduce __skb_header_release()Eric Dumazet2014-09-261-0/+15
* | | Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-269-38/+171
|\ \ \