summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2011-07-11Merge branch 'master' into for-nextJiri Kosina4-2/+17
2011-07-11ipv4: Use universal hash for ARP.David S. Miller1-0/+7
2011-07-11neigh: Store hash shift instead of mask.David S. Miller1-1/+1
2011-07-11Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky1-1/+18
2011-07-09Bluetooth: Add support for returning the encryption key sizeVinicius Costa Gomes1-0/+1
2011-07-09Bluetooth: Add support for storing the key sizeVinicius Costa Gomes1-1/+2
2011-07-09Bluetooth: Remove unused field in hci_connVinicius Costa Gomes1-1/+0
2011-07-09Bluetooth: Add functions to manipulate the link key list for SMPVinicius Costa Gomes1-0/+5
2011-07-09Bluetooth: Add new structures for supporting SM key distributionVinicius Costa Gomes3-0/+22
2011-07-09rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-2/+1
2011-07-09Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes1-0/+1
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf1-1/+1
2011-07-08mac80211: allow driver to generate P1K for IV32Johannes Berg1-2/+22
2011-07-08mac80211: allow drivers to access key sequence counterJohannes Berg1-0/+60
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg1-26/+22
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-0/+229
2011-07-08sctp: Enforce retransmission limit during shutdownThomas Graf1-0/+1
2011-07-07Bluetooth: Remove L2CAP busy queueMat Martineau1-4/+0
2011-07-07Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau1-0/+2
2011-07-07sock.h: Add a new sock zero-copy flagShirley Ma1-0/+1
2011-07-07Bluetooth: Add lmp_host_le_capable() macroAndre Guedes2-0/+6
2011-07-07Bluetooth: Add enable_le module parameterAndre Guedes1-0/+1
2011-07-07Bluetooth: Write LE Host Supported commandAndre Guedes1-0/+6
2011-07-07Bluetooth: Add extfeatures to struct hci_devAndre Guedes2-0/+5
2011-07-06mac80211: support GTK rekey offloadJohannes Berg1-0/+20
2011-07-06cfg80211/nl80211: support GTK rekey offloadJohannes Berg1-0/+26
2011-07-06mac80211: allow driver to iterate keysJohannes Berg1-0/+23
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet3-10/+12
2011-07-06dcbnl: Add CEE notificationShmulik Ravid1-1/+4
2011-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-1/+1
2011-07-06ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller1-1/+2
2011-07-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-1/+3
2011-07-05NFC: add nfc generic netlink interfaceLauro Ramos Venancio1-0/+21
2011-07-05NFC: add nfc subsystem coreLauro Ramos Venancio1-0/+135
2011-07-05mac80211: allow driver to impose WoWLAN restrictionsJohannes Berg1-0/+4
2011-07-02ipv6: Don't put artificial limit on routing table size.David S. Miller1-0/+1
2011-07-02rtnl: provide link dump consistency infoThomas Graf1-0/+1
2011-07-01Bluetooth: Clean up unused struct hci_conn itemsGustavo F. Padovan1-2/+0
2011-07-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+1
2011-07-01Bluetooth: Add bt_printkJoe Perches1-3/+6
2011-07-01Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches1-1/+1
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+3
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-06-29mac80211: propagate information about STA WME support downArik Nemtsov1-0/+2
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-06-28treewide: fix kernel-doc warningsVitaliy Ivanov1-1/+0
2011-06-28Fix some kernel-doc warningsVitaliy Ivanov1-1/+0
2011-06-27mac80211: fix rx->key NULL dereference during mic failureArik Nemtsov1-1/+1
2011-06-25net: wimax: Remove of unused 'rfkill_input' pointerVitaliy Ivanov1-1/+0
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-65/+335