aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-06dcb: add DCBX mode to event notifier attributesJohn Fastabend1-0/+6
2011-10-06dcb: Use ifindex instead of ifnameMark Rustad1-12/+12
2011-10-06bridge: allow forwarding some link local framesstephen hemminger4-5/+71
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin1-8/+0
2011-10-03tcp: report ECN_SEEN in tcp_infoEric Dumazet1-1/+3
2011-10-03caif: add error handling for allocationDan Carpenter1-9/+14
2011-10-03bridge: allow updating existing fdb entriesstephen hemminger1-7/+16
2011-10-03bridge: fix ordering of NEWLINK and NEWNEIGH eventsstephen hemminger1-8/+7
2011-10-03RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings1-6/+3
2011-09-30Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville43-443/+2589
2011-09-28net: rps: fix the support for PPPOEChangli Gao1-1/+11
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet3-8/+31
2011-09-28Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-0/+3
2011-09-27mac80211: treat the WME sta flag as a bitArik Nemtsov1-1/+1
2011-09-27mac80211: save tx params per sdataEliad Peller6-15/+31
2011-09-27cfg80211/mac80211: add netdev param to set_txq_params()Eliad Peller2-0/+7
2011-09-27mac80211: Send the management frame at requested rateRajkumar Manoharan7-7/+42
2011-09-27nl80211/cfg80211: Add support to disable CCK rate for management frameRajkumar Manoharan4-5/+15
2011-09-27NFC: use after free on errorDan Carpenter1-8/+6
2011-09-27NFC: protect nci_data_exchange transactionsIlan Elias3-2/+12
2011-09-27NFC: implicitly deactivate in nci_start_pollIlan Elias1-1/+6
2011-09-27NFC: improve readability of an 'if' in nci core.cIlan Elias1-18/+14
2011-09-27cfg80211: Validate cipher suite against supported ciphersJouni Malinen3-18/+15
2011-09-27cfg80211: Remove strict validation of AKM suitesJouni Malinen1-11/+1
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller5-74/+78
2011-09-27Merge branch 'master' of git://github.com/padovan/bluetooth-nextJohn W. Linville9-276/+473
2011-09-27tcp: rename tcp_skb_cb flagsEric Dumazet3-37/+38
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet3-3/+3
2011-09-27tcp: ECN blackhole should not force quickack modeEric Dumazet1-7/+16
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller64-286/+412
2011-09-21mac80211: notify peer when shutting down peer linkThomas Pedersen1-0/+8
2011-09-21mac80211: fix AP/VLAN PS buffer raceJohannes Berg1-6/+4
2011-09-21cfg80211: Fix validation of AKM suitesJouni Malinen1-1/+4
2011-09-21Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller15-1271/+1277
2011-09-21xfrm: Perform a replay check after return from async codepathsSteffen Klassert1-0/+5
2011-09-21fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng1-2/+2
2011-09-21Bluetooth: mark l2cap_create_iframe_pdu as staticLuiz Augusto von Dentz1-1/+3
2011-09-21Bluetooth: Check 'dev_class' in mgmt_device_found()Andre Guedes1-1/+3
2011-09-21Bluetooth: Reduce critical region.Andre Guedes1-4/+3
2011-09-21Bluetooth: Fix wrong memcpy size on LE start encryptionAnderson Briglia1-1/+1
2011-09-21Bluetooth: Remove support for other SMP keys than the LTKVinicius Costa Gomes1-1/+1
2011-09-21Bluetooth: Fix not setting a pending security levelVinicius Costa Gomes1-0/+2
2011-09-21Revert "Bluetooth: Add support for communicating keys with userspace"Vinicius Costa Gomes1-45/+15
2011-09-21Bluetooth: Use the LTK after receiving a LE Security RequestVinicius Costa Gomes1-18/+28
2011-09-21Bluetooth: Fix sending wrong authentication requirementsVinicius Costa Gomes1-17/+2
2011-09-21Bluetooth: Add mgmt events for blacklistingAntti Julku3-34/+80
2011-09-21Bluetooth: Use the MEDIUM security level for pairingsVinicius Costa Gomes1-5/+3
2011-09-21Bluetooth: Require authentication if MITM protection is requestedVinicius Costa Gomes1-2/+3
2011-09-21Bluetooth: Move SMP crypto functions to a workqueueVinicius Costa Gomes2-102/+177
2011-09-21Bluetooth: Move SMP fields to a separate structureVinicius Costa Gomes2-62/+54