aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet1-0/+12
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov1-2/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+4
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds56-1310/+965
2013-05-01af_unix: fix a fatal race with bit fieldsEric Dumazet1-2/+3
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-29hostap: Don't use create_proc_read_entry()David Howells1-1/+3
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-6/+8
2013-04-29net: defer net_secret[] initializationEric Dumazet1-0/+1
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-1/+7
2013-04-29sctp: Correct type and usage of sctp_end_cksum()Simon Horman1-1/+1
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal1-0/+6
2013-04-29net: increase frag hash sizeJesper Dangaard Brouer1-1/+1
2013-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-6/+8
2013-04-25genl: Allow concurrent genl callbacks.Pravin B Shelar1-0/+1
2013-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+4
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville7-59/+235
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com11-11/+10
2013-04-23ipvs: fix sparse warnings for some parametersJulian Anastasov1-4/+4
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-2/+12
2013-04-22net: sctp: minor: remove dead code from sctp_packetDaniel Borkmann1-2/+1
2013-04-22net: remove a stale comment for dl_nextEric Dumazet1-1/+1
2013-04-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-10/+114
2013-04-22Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville4-36/+91
2013-04-22mac80211: improve the rate control APIFelix Fietkau1-0/+66
2013-04-22cfg80211: introduce critical protocol indication from user-spaceArend van Spriel1-0/+23
2013-04-22mac80211: indicate admission control in TX queue parametersAlexander Bondar1-0/+2
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg5-14/+57
2013-04-20net: fix incorrect credentials passingLinus Torvalds1-2/+2
2013-04-19irda: small read past the end of array in debug codeDan Carpenter1-1/+2
2013-04-19netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2-3/+3
2013-04-19Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg1-6/+8
2013-04-18Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes1-2/+2
2013-04-18Bluetooth: Add macros for filter duplicates valuesAndre Guedes1-0/+2
2013-04-18Bluetooth: Add LE scan type macrosAndre Guedes1-0/+3
2013-04-18Bluetooth: Add reading of all local feature pagesJohan Hedberg1-1/+2
2013-04-18Bluetooth: Track feature pages in a single tableJohan Hedberg1-24/+25
2013-04-18Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau1-1/+0
2013-04-17net: sctp: sctp_ulpq: remove 'malloced' struct memberDaniel Borkmann1-1/+0
2013-04-17net: sctp: sctp_bind_addr: remove dead codeDaniel Borkmann1-2/+0
2013-04-17net: sctp: sctp_transport: remove unused variableDaniel Borkmann1-4/+1
2013-04-17net: sctp: sctp_outq: remove 'malloced' from its structDaniel Borkmann1-3/+0
2013-04-17net: sctp: sctp_inq: remove dead codeDaniel Borkmann1-2/+0
2013-04-17net: sctp: sctp_ssnmap: remove 'malloced' element from structDaniel Borkmann1-1/+0
2013-04-17Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann1-0/+10
2013-04-17Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann1-0/+4
2013-04-17Bluetooth: allow constant arguments for bacmp()/bacpy()David Herrmann1-2/+2
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann1-0/+31
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann1-4/+0
2013-04-16mac80211: fix CTS protection handlingFelix Fietkau1-1/+3