summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* atomic: use <linux/atomic.h>Arun Sharma2011-07-2615-15/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-2/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-07-114-2/+17
| |\
| * | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-2/+1
| * | treewide: fix kernel-doc warningsVitaliy Ivanov2011-06-281-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-242-4/+89
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-222-4/+89
| |\ \ \
| | * | | mac80211: sync driver before TXJohannes Berg2011-07-201-0/+42
| | * | | cfg80211: allow userspace to control supported rates in scanJohannes Berg2011-07-191-0/+3
| | * | | mac80211: let key iteration get keys in install orderJohannes Berg2011-07-151-0/+4
| | * | | mac80211: allow driver access to TKIP RX P1KJohannes Berg2011-07-151-0/+14
| | * | | nl80211/cfg80211: add max_sched_scan_ie_len in the hw descriptionLuciano Coelho2011-07-151-0/+3
| | * | | nl80211/cfg80211: add max_sched_scan_ssids in the hw descriptionLuciano Coelho2011-07-151-0/+3
| | * | | nl80211: advertise GTK rekey support, new triggersJohannes Berg2011-07-151-4/+20
* | | | | fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-07-232-0/+3
* | | | | fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V2011-07-232-1/+6
* | | | | fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2011-07-232-4/+4
* | | | | net/9p: Remove structure not used in the codeAneesh Kumar K.V2011-07-231-178/+5
* | | | | 9p: clean up packet dump codeEric Van Hensbergen2011-07-231-0/+6
|/ / / /
* | | | ipv6: make fragment identifications less predictableEric Dumazet2011-07-212-14/+11
* | | | net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller2011-07-183-9/+6
* | | | net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-3/+15
* | | | ipv6: Get rid of rt6i_nexthop macro.David S. Miller2011-07-171-1/+0
* | | | neigh: Pass neighbour entry to output ops.David S. Miller2011-07-171-9/+10
* | | | neigh: Kill ndisc_ops->queue_xmitDavid S. Miller2011-07-161-1/+0
* | | | neigh: Kill hh_cache->hh_outputDavid S. Miller2011-07-161-2/+2
* | | | neigh: Kill neigh_ops->hh_outputDavid S. Miller2011-07-161-1/+0
* | | | net: Create and use new helper, neigh_output().David S. Miller2011-07-161-0/+9
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-158-38/+221
|\| | |
| * | | mac80211: allow driver to disconnect after resumeJohannes Berg2011-07-131-0/+23
| * | | cfg80211: fix docbookJohannes Berg2011-07-111-0/+1
| * | | mac80211: add driver RSSI threshold eventsMeenakshi Venkataraman2011-07-111-0/+20
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville2011-07-116-12/+75
| |\ \ \
| | * | | Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky2011-07-111-1/+18
| | * | | Bluetooth: Add support for returning the encryption key sizeVinicius Costa Gomes2011-07-081-0/+1
| | * | | Bluetooth: Add support for storing the key sizeVinicius Costa Gomes2011-07-081-1/+2
| | * | | Bluetooth: Remove unused field in hci_connVinicius Costa Gomes2011-07-081-1/+0
| | * | | Bluetooth: Add functions to manipulate the link key list for SMPVinicius Costa Gomes2011-07-081-0/+5
| | * | | Bluetooth: Add new structures for supporting SM key distributionVinicius Costa Gomes2011-07-083-0/+22
| | * | | Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes2011-07-081-0/+1
| | * | | Bluetooth: Remove L2CAP busy queueMat Martineau2011-07-071-4/+0
| | * | | Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau2011-07-071-0/+2
| | * | | Bluetooth: Add lmp_host_le_capable() macroAndre Guedes2011-07-062-0/+6
| | * | | Bluetooth: Add enable_le module parameterAndre Guedes2011-07-061-0/+1
| | * | | Bluetooth: Write LE Host Supported commandAndre Guedes2011-07-061-0/+6
| | * | | Bluetooth: Add extfeatures to struct hci_devAndre Guedes2011-07-062-0/+5
| | * | | Bluetooth: Clean up unused struct hci_conn itemsGustavo F. Padovan2011-07-011-2/+0
| | * | | Bluetooth: Add bt_printkJoe Perches2011-06-301-3/+6
| | * | | Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches2011-06-301-1/+1
| * | | | mac80211: allow driver to generate P1K for IV32Johannes Berg2011-07-081-2/+22