summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-07-11mac80211: add driver RSSI threshold eventsMeenakshi Venkataraman5-0/+125
2011-07-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville8-257/+599
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-24/+54
2011-07-11ipv4: Use universal hash for ARP.David S. Miller2-2/+2
2011-07-11neigh: Store hash shift instead of mask.David S. Miller1-24/+23
2011-07-11Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky1-6/+9
2011-07-09skbuff: clear tx zero-copy flagShirley Ma1-0/+3
2011-07-08Bluetooth: Add support for returning the encryption key sizeVinicius Costa Gomes1-0/+4
2011-07-08Bluetooth: Add support for storing the key sizeVinicius Costa Gomes4-8/+14
2011-07-08Bluetooth: Add support for communicating keys with userspaceVinicius Costa Gomes1-15/+45
2011-07-08Bluetooth: Remove unused field in hci_connVinicius Costa Gomes1-2/+0
2011-07-08Bluetooth: Use the stored LTK for restabilishing securityVinicius Costa Gomes1-0/+12
2011-07-08Bluetooth: Use the link key list to temporarily store the STKVinicius Costa Gomes1-8/+15
2011-07-08Bluetooth: Add support for storing the LTKVinicius Costa Gomes1-6/+14
2011-07-08Bluetooth: Fix SM pairing parameters negotiationVinicius Costa Gomes1-10/+30
2011-07-08Bluetooth: Reject an encryption request when the key isn't foundVinicius Costa Gomes1-2/+16
2011-07-08Bluetooth: Add functions to manipulate the link key list for SMPVinicius Costa Gomes1-0/+73
2011-07-08Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes2-2/+113
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf2-8/+21
2011-07-08Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller23-26/+1924
2011-07-08Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller10-27/+67
2011-07-08dcbnl: unlock on an error path in dcbnl_cee_fill()Dan Carpenter1-1/+1
2011-07-08XFRM: Fix memory leak in xfrm_state_updateTushar Gohad1-0/+2
2011-07-08cfg80211: return -ENOENT when stopping sched_scan while not runningLuciano Coelho1-1/+1
2011-07-08Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-32/+147
2011-07-08mac80211: Restart STA timers only on associated stateRajkumar Manoharan1-0/+3
2011-07-08mac80211: allow driver to generate P1K for IV32Johannes Berg1-6/+3
2011-07-08mac80211: allow drivers to access key sequence counterJohannes Berg2-2/+77
2011-07-08mac80211: simplify RX PN/IV handlingJohannes Berg5-20/+44
2011-07-08mac80211: use AES_BLOCK_SIZEJohannes Berg5-29/+25
2011-07-08mac80211: fix CMAC racesJohannes Berg6-32/+33
2011-07-08mac80211: fix CCMP racesJohannes Berg4-25/+32
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg5-61/+78
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville23-26/+1924
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-27/+67
2011-07-07SUNRPC: Fix a race between work-queue and rpc_killall_tasksTrond Myklebust1-16/+11
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf4-13/+61
2011-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-56/+76
2011-07-07Bluetooth: Remove L2CAP busy queueMat Martineau1-117/+8
2011-07-07Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau2-19/+87
2011-07-07Bluetooth: Move code for ERTM local busy state to separate functionsMat Martineau1-24/+38
2011-07-07Bluetooth: Fix potential deadlock in mgmtAndre Guedes1-44/+44
2011-07-07Bluetooth: Fix potential deadlock in hci_coreAndre Guedes1-4/+4
2011-07-07mac80211: fix TKIP replay vulnerabilityJohannes Berg1-3/+13
2011-07-07mac80211: fix ie memory allocation for scheduled scansLuciano Coelho1-1/+2
2011-07-07batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli1-0/+12
2011-07-07batman-adv: keep global table consistency in case of roamingAntonio Quartulli1-2/+8
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli4-30/+125
2011-07-07batman-adv: initialise last_ttvn and tt_crc for the orig_node structureAntonio Quartulli1-0/+2
2011-07-07packet: Fix build with INET disabled.David S. Miller1-0/+2