aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-27tcp: ECN blackhole should not force quickack modeEric Dumazet1-7/+16
2011-09-22batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli1-5/+5
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
2011-09-21Bluetooth: hidp: Add support for NO_INIT_REPORTS quirkDavid Herrmann1-0/+3
2011-09-21Bluetooth: Add LE link type for debugfs outputPeter Hurley1-0/+2
2011-09-21Bluetooth: Add mgmt command for fast connectable modeAntti Julku1-0/+60
2011-09-21Bluetooth: Add link_type information to the mgmt Connected eventVinicius Costa Gomes2-3/+4
2011-09-21Bluetooth: Add support for running SMP without a socketVinicius Costa Gomes1-2/+8
2011-09-21Bluetooth: Add support for pairing via mgmt over LEVinicius Costa Gomes1-2/+13
2011-09-21Bluetooth: Add a flag to indicate that SMP is going onVinicius Costa Gomes2-11/+37
2011-09-21Bluetooth: Reset the security timer when a command is queuedVinicius Costa Gomes1-12/+3
2011-09-21Bluetooth: make use of connection number to optimize the schedulerLuiz Augusto von Dentz1-0/+15
2011-09-20ipv6: fix a possible double freeRoy Li1-2/+2
2011-09-20ip6_tunnel: add optional fwmark inheritEric Dumazet1-7/+16
2011-09-20NFC: basic NCI protocol implementationIlan Elias9-0/+1633
2011-09-20NFC: move nfc.h from include/net to include/net/nfcIlan Elias1-1/+1
2011-09-20NFC: Add dev_up and dev_down control operationsIlan Elias3-0/+137
2011-09-20mac80211: fix indentationAlexander Simon1-1/+1
2011-09-20wireless: Do not allow disabled channel in scan requestRajkumar Manoharan1-7/+12
2011-09-20Merge branch 'tipc-Sep17-2011' of git://openlinux.windriver.com/people/paulg/net-nextDavid S. Miller16-197/+239
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville20-99/+118
2011-09-20Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davemJohn W. Linville3-9/+11
2011-09-19cfg80211/nl80211: Add PMKSA caching candidate eventJouni Malinen3-0/+61
2011-09-19rfkill: properly assign a boolean typeMohammed Shafi Shajakhan1-1/+1
2011-09-19cfg80211: validate IBSS BSSIDJohannes Berg1-1/+5
2011-09-19mac80211: Fix regression on queue stop during 2040 bss changeRajkumar Manoharan1-19/+24
2011-09-19cfg80211: add cfg80211_find_vendor_ie() functionEliad Peller1-0/+27
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davemJohn W. Linville35-257/+427
2011-09-19Merge branch 'for-3.1' of git://github.com/padovan/bluetooth-nextJohn W. Linville1-9/+8
2011-09-18tcp: fix validation of D-SACKZheng Yan1-1/+1