aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-23inet: remove old fragmentation hash initializingHannes Frederic Sowa1-0/+4
2013-10-23ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get_random_onceHannes Frederic Sowa1-2/+0
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-7/+19
2013-10-23net: 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-21mac802154: correct a typo in ieee802154_alloc_device() prototypeAlexandre Belloni1-1/+1
2013-10-21tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman2-24/+14
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman2-3/+1
2013-10-21tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman1-1/+0
2013-10-21tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman1-1/+0
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov1-4/+2
2013-10-21ipv6: always prefer rt6i_gateway if presentJulian Anastasov1-1/+1
2013-10-21nf_tables*.h: Remove extern from function prototypesJoe Perches2-43/+40
2013-10-21Bluetooth: Remove sk member from struct l2cap_chanGustavo Padovan1-2/+0
2013-10-21Bluetooth: Add L2CAP channel to skb private dataGustavo Padovan1-0/+1
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa1-1/+1
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa1-4/+0
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_onceHannes Frederic Sowa1-1/+0
2013-10-19ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2-23/+9
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa1-16/+6
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet2-1/+10
2013-10-19net: fix cipso packet validation when !NETLABELSeif Mazareeb1-2/+4
2013-10-19Bluetooth: Add support for setting DUT modeMarcel Holtmann1-0/+3
2013-10-19Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann1-0/+2
2013-10-19Bluetooth: Add support for setting SSP debug modeMarcel Holtmann2-0/+3
2013-10-19Bluetooth: Remove interval parameter from HCI connectionMarcel Holtmann1-1/+0
2013-10-19Bluetooth: Select the own address type during initial setup phaseMarcel Holtmann1-0/+1
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/sameo/nfc-nextJohn W. Linville5-45/+263
2013-10-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville10-422/+89
2013-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+2
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet1-1/+1
2013-10-18Bluetooth: Move device_add handling into hci_register_devMarcel Holtmann1-2/+0
2013-10-18Bluetooth: Add address type to device blacklist tableMarcel Holtmann1-1/+2
2013-10-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2-0/+51
2013-10-17ipv4: 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/pablo/nftablesDavid 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/linville/wireless-next into for-davemJohn W. Linville2-0/+51
2013-10-16Bluetooth: Convert idle timer to use delayed workJohan Hedberg1-2/+2
2013-10-16Bluetooth: Convert auto accept timer to use delayed workJohan Hedberg1-1/+1
2013-10-16Bluetooth: Remove enable_hs declarationMarcel Holtmann1-2/+0
2013-10-16Bluetooth: Remove duplicate definitions for advertising event typesMarcel Holtmann1-10/+5
2013-10-16Bluetooth: Set the scan response data when neededMarcel Holtmann1-0/+6
2013-10-16Bluetooth: Store scan response data in HCI deviceMarcel Holtmann1-0/+2
2013-10-15Bluetooth: Make mgmt_new_ltk() return voidMarcel Holtmann1-1/+1
2013-10-15Bluetooth: Make mgmt_read_local_oob_data_reply_complete() return voidMarcel Holtmann1-2/+2
2013-10-15Bluetooth: Make mgmt_set_local_name_complete() return voidMarcel Holtmann1-1/+1