aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa1-0/+22
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-72/+184
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-8/+8
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville11-72/+184
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet4-12/+12
2012-05-18ipv6: bool conversions phase1Eric Dumazet1-15/+15
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet2-3/+2
2012-05-17lapb: Neaten debuggingJoe Perches1-0/+6
2012-05-17tcp: bool conversionsEric Dumazet1-28/+28
2012-05-17net: include/net/sock.h cleanupEric Dumazet1-77/+74
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+14
2012-05-16Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville6-54/+156
2012-05-16net: sock_flag() cleanupEric Dumazet1-1/+1
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet1-8/+7
2012-05-16mac802154: monitor device supportalex.bluesman.smirnov@gmail.com1-0/+8
2012-05-16ieee802154: interface type to be addedalex.bluesman.smirnov@gmail.com1-1/+1
2012-05-16mac802154: declare reduced mlme operationsalex.bluesman.smirnov@gmail.com1-5/+20
2012-05-16mac802154: RX data pathalex.bluesman.smirnov@gmail.com2-0/+5
2012-05-16mac802154: allocation of ieee802154 devicealex.bluesman.smirnov@gmail.com1-0/+7
2012-05-16mac802154: basic ieee802.15.4 device structuresalex.bluesman.smirnov@gmail.com1-0/+126
2012-05-16Bluetooth: Create flags for bt_sk()Gustavo Padovan1-2/+6
2012-05-16Bluetooth: Lock the L2CAP channel when sendingMat Martineau1-2/+0
2012-05-16Bluetooth: Fix EIR data generation for mgmt_device_foundVishal Agarwal1-0/+17
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-0/+1
2012-05-16cfg80211: fix cfg80211_can_beacon_sec_chan prototypeJohannes Berg1-3/+3
2012-05-16mac80211: (selectively) add HT details in radiotapJohannes Berg1-0/+10
2012-05-16mac80211: Add IV-room in the skb for TKIP and WEPJanusz.Dziedzic@tieto.com1-1/+1
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller3-78/+0
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker3-78/+0
2012-05-15NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade1-2/+0
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade2-0/+4
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade1-1/+0
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade1-2/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade1-8/+10
2012-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-0/+1
2012-05-15xfrm: Convert several xfrm policy match functions to bool.David S. Miller1-6/+6
2012-05-14codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet1-10/+15
2012-05-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2-0/+35
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan1-0/+1
2012-05-12codel: use Newton method instead of sqrt() and dividesEric Dumazet1-31/+37
2012-05-10codel: Controlled Delay AQMEric Dumazet1-0/+332
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov1-2/+1
2012-05-10sctp: check cached dst before using itNicolas Dichtel1-0/+13
2012-05-09Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentationMat Martineau1-0/+1
2012-05-09Bluetooth: Enable Low Energy support by defaultMarcel Holtmann1-1/+0
2012-05-09Bluetooth: Remove unused hci_le_ltk_neg_reply()Syam Sidhardhan1-2/+0
2012-05-09Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan1-1/+0
2012-05-09Bluetooth: Remove duplicate structure members from bt_skb_cbMat Martineau1-3/+0
2012-05-09Bluetooth: Improve ERTM sequence number offset calculationMat Martineau1-7/+4
2012-05-09Bluetooth: Remove advertising cacheAndre Guedes1-9/+0