summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2012-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+12
2012-06-17net: remove my future former mail addressRémi Denis-Courmont-1/+1
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller-2/+0
2012-06-15ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf-0/+2
2012-06-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-0/+6
2012-06-12bonding: Fix corrupted queue_mappingEric Dumazet-2/+5
2012-06-11net: Reorder initialization in ip_route_output to fix gcc warningRoland Dreier-1/+1
2012-06-09mac80211: add some missing kernel-docJohannes Berg-0/+6
2012-06-08Bluetooth: Add support for encryption key refreshJohan Hedberg-0/+6
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet-1/+4
2012-06-01cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore-1/+28
2012-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+1
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa-0/+22
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng-0/+1
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-72/+184
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-8/+8
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville-72/+184
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet-12/+12
2012-05-18ipv6: bool conversions phase1Eric Dumazet-15/+15
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet-3/+2
2012-05-17lapb: Neaten debuggingJoe Perches-0/+6
2012-05-17tcp: bool conversionsEric Dumazet-28/+28
2012-05-17net: include/net/sock.h cleanupEric Dumazet-77/+74
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+14
2012-05-16Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-54/+156
2012-05-16net: sock_flag() cleanupEric Dumazet-1/+1
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet-8/+7
2012-05-16mac802154: monitor device supportalex.bluesman.smirnov@gmail.com-0/+8
2012-05-16ieee802154: interface type to be addedalex.bluesman.smirnov@gmail.com-1/+1
2012-05-16mac802154: declare reduced mlme operationsalex.bluesman.smirnov@gmail.com-5/+20
2012-05-16mac802154: RX data pathalex.bluesman.smirnov@gmail.com-0/+5
2012-05-16mac802154: allocation of ieee802154 devicealex.bluesman.smirnov@gmail.com-0/+7
2012-05-16mac802154: basic ieee802.15.4 device structuresalex.bluesman.smirnov@gmail.com-0/+126
2012-05-16Bluetooth: Create flags for bt_sk()Gustavo Padovan-2/+6
2012-05-16Bluetooth: Lock the L2CAP channel when sendingMat Martineau-2/+0
2012-05-16Bluetooth: Fix EIR data generation for mgmt_device_foundVishal Agarwal-0/+17
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan-0/+1
2012-05-16cfg80211: fix cfg80211_can_beacon_sec_chan prototypeJohannes Berg-3/+3
2012-05-16mac80211: (selectively) add HT details in radiotapJohannes Berg-0/+10
2012-05-16mac80211: Add IV-room in the skb for TKIP and WEPJanusz.Dziedzic@tieto.com-1/+1
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-78/+0
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker-78/+0
2012-05-15NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade-2/+0
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade-0/+4
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade-1/+0
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade-2/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade-8/+10
2012-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+1
2012-05-15xfrm: Convert several xfrm policy match functions to bool.David S. Miller-6/+6
2012-05-14codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet-10/+15