summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-07udp: Remove unnecessary semicolon from do{}while (0) macroJoe Perches1-7/+7
2013-11-06ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa1-4/+12
2013-11-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller16-467/+361
2013-11-05net: codel: Avoid undefined behavior from signed overflowJesper Dangaard Brouer1-4/+15
2013-11-05tcp: properly handle stretch acks in slow startYuchung Cheng1-4/+3
2013-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller3-4/+14
2013-11-05net: checksum: fix warning in skb_checksumDaniel Borkmann1-0/+5
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-467/+361
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-11-04net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann1-37/+19
2013-11-04net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann1-0/+6
2013-11-04netfilter: introduce nf_conn_acct structureHolger Eitzenberger2-4/+8
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-10/+0
2013-10-29vxlan: Have the NIC drivers do less work for offloadsJoseph Gasparakis1-0/+11
2013-10-29net: esp{4,6}: get rid of struct esp_dataMathias Krause1-7/+0
2013-10-29net: esp{4,6}: remove padlen from struct esp_dataMathias Krause1-3/+0
2013-10-29ipv6: Remove privacy config option.David S. Miller1-4/+1
2013-10-26ipv6: reset dst.expires value when clearing expire flagHannes Frederic Sowa1-0/+1
2013-10-24inet: remove old fragmentation hash initializingHannes Frederic Sowa1-0/+4
2013-10-24ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa1-2/+0
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-7/+19
2013-10-24net: Dereference pointer-value of sk_prot->memory_pressureChristoph Paasch1-1/+1
2013-10-22net: remove function sk_reset_txq()ZHAO Gang1-3/+1
2013-10-22mac802154: correct a typo in ieee802154_alloc_device() prototypeAlexandre Belloni1-1/+1
2013-10-22tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman2-24/+14
2013-10-22tcp_memcontrol: Remove the per netns control.Eric W. Biederman2-3/+1
2013-10-22tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman1-1/+0
2013-10-22tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman1-1/+0
2013-10-22ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov1-4/+2
2013-10-22ipv6: always prefer rt6i_gateway if presentJulian Anastasov1-1/+1
2013-10-22nf_tables*.h: Remove extern from function prototypesJoe Perches2-43/+40
2013-10-20tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa1-1/+1
2013-10-20inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa1-4/+0
2013-10-20inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa1-1/+0
2013-10-20ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2-23/+9
2013-10-20ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa1-16/+6
2013-10-20ipv4: generalize gre_handle_offloadsEric Dumazet2-1/+10
2013-10-20net: fix cipso packet validation when !NETLABELSeif Mazareeb1-2/+4
2013-10-18cfg80211: export reg_initiator_name()Luis R. Rodriguez1-0/+9
2013-10-18Merge tag 'nfc-next-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville5-45/+263
2013-10-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville10-422/+89
2013-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+2
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet1-1/+1
2013-10-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-0/+51
2013-10-18ipv4: shrink rt_cache_statEric Dumazet1-8/+0
2013-10-17netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabledRandy Dunlap1-1/+1
2013-10-17net: dst: provide accessor function to dst->xfrmVlad Yasevich1-0/+12
2013-10-17Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pabl...David S. Miller7-0/+643
2013-10-17irda: update comment mentioning IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+51