summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-021-10/+0
|\
| * net: esp{4,6}: get rid of struct esp_dataMathias Krause2013-10-291-7/+0
| * net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2013-10-291-3/+0
* | vxlan: Have the NIC drivers do less work for offloadsJoseph Gasparakis2013-10-291-0/+11
* | ipv6: Remove privacy config option.David S. Miller2013-10-281-4/+1
* | inet: remove old fragmentation hash initializingHannes Frederic Sowa2013-10-231-0/+4
* | ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2013-10-231-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-234-7/+19
|\ \
| * | mac802154: correct a typo in ieee802154_alloc_device() prototypeAlexandre Belloni2013-10-211-1/+1
| * | ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-211-4/+2
| * | ipv6: always prefer rt6i_gateway if presentJulian Anastasov2013-10-211-1/+1
| * | net: fix cipso packet validation when !NETLABELSeif Mazareeb2013-10-191-2/+4
| * | net: dst: provide accessor function to dst->xfrmVlad Yasevich2013-10-171-0/+12
* | | net: Dereference pointer-value of sk_prot->memory_pressureChristoph Paasch2013-10-231-1/+1
* | | net: remove function sk_reset_txq()ZHAO Gang2013-10-221-3/+1
* | | tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman2013-10-212-24/+14
* | | tcp_memcontrol: Remove the per netns control.Eric W. Biederman2013-10-212-3/+1
* | | tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman2013-10-211-1/+0
* | | tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman2013-10-211-1/+0
* | | nf_tables*.h: Remove extern from function prototypesJoe Perches2013-10-212-43/+40
| |/ |/|
* | tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa2013-10-191-1/+1
* | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-191-4/+0
* | inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa2013-10-191-1/+0
* | ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-192-23/+9
* | ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-191-16/+6
* | ipv4: generalize gre_handle_offloadsEric Dumazet2013-10-192-1/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-10-181-0/+2
|\ \
| * | ipv6: Add a receive path hook for vti6 in xfrm6_mode_tunnel.Steffen Klassert2013-10-091-0/+2
* | | tcp: rename tcp_tso_segment()Eric Dumazet2013-10-181-1/+1
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-10-172-0/+51
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-172-0/+51
| |\ \ \
| | * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-10-102-0/+51
| | |\ \ \
| | | * | | mac80211: implement STA CSA for drivers using channel contextsArik Nemtsov2013-10-021-0/+6
| | | * | | mac80211: support reporting A-MSDU subframes individuallyMichal Kazior2013-10-011-0/+10
| | | * | | mac80211: add explicit IBSS driver operationsJohannes Berg2013-10-011-0/+7
| | | * | | cfg80211: export cfg80211_chandef_dfs_requiredSimon Wunderlich2013-09-261-0/+9
| | | * | | mac80211: add ieee80211_iterate_active_interfaces_rtnl()Johannes Berg2013-09-261-0/+19
* | | | | | ipv4: shrink rt_cache_statEric Dumazet2013-10-171-8/+0
* | | | | | netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabledRandy Dunlap2013-10-171-1/+1
* | | | | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pabl...David S. Miller2013-10-177-0/+643
|\ \ \ \ \ \
| * | | | | | netfilter: nf_tables: add ARP filtering supportPablo Neira Ayuso2013-10-141-0/+1
| * | | | | | netfilter: nf_tables: add trace supportPablo Neira Ayuso2013-10-141-0/+2
| * | | | | | netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso2013-10-142-1/+27
| * | | | | | netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso2013-10-143-1/+22
| * | | | | | netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-143-7/+90
| * | | | | | netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso2013-10-141-9/+22
| * | | | | | netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy2013-10-141-0/+9
| * | | | | | netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy2013-10-141-0/+8
| * | | | | | netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-141-13/+29
| * | | | | | netfilter: nf_tables: add netlink set APIPatrick McHardy2013-10-141-7/+142