summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck2008-11-201-0/+1
* ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck2008-11-201-0/+44
* net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet2008-11-201-7/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-201-16/+12
|\
| * mac80211: remove ieee80211_notify_macJohannes Berg2008-11-181-20/+0
* | net: listening_hash get a spinlock per bucketEric Dumazet2008-11-201-30/+15
* | include/net net/ - csum_partial - remove unnecessary castsJoe Perches2008-11-192-4/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-1/+1
|\|
| * lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar2008-11-131-1/+1
* | ematch: simpler tcf_em_unregister()Alexey Dobriyan2008-11-161-1/+1
* | net: make sure struct dst_entry refcount is aligned on 64 bytesEric Dumazet2008-11-161-0/+19
* | net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-162-7/+7
* | udp: Use hlist_nulls in UDP RCU codeEric Dumazet2008-11-162-12/+47
* | pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-131-17/+0
* | tcp: remove an unnecessary field in struct tcp_skb_cbPetr Tesarik2008-11-131-1/+0
* | net: ifdef struct sock::sk_async_wait_queueAlexey Dobriyan2008-11-121-0/+2
* | net: Cleanup of neighbour codeEric Dumazet2008-11-121-10/+2
* | net: ib_net pointer should depends on CONFIG_NET_NSEric Dumazet2008-11-121-0/+7
* | net: Introduce read_pnet() and write_pnet() helpersEric Dumazet2008-11-121-0/+18
* | net: remove struct dst_entry::entry_sizeAlexey Dobriyan2008-11-111-1/+0
* | net: remove struct neigh_table::pdeAlexey Dobriyan2008-11-111-3/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-111-0/+1
|\|
| * net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi2008-11-091-0/+1
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-2/+2
* | cfg80211: make use of reg macros on REG_RULELuis R. Rodriguez2008-11-101-11/+11
* | nl80211: Add TX queue parameter configurationJouni Malinen2008-11-101-0/+23
* | nl80211: Add basic rate configuration for AP modeJouni Malinen2008-11-101-0/+5
* | wireless: implement basic rate helper functionJohannes Berg2008-11-101-0/+16
* | mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith2008-11-101-0/+2
* | mac80211: remove SSID driver codeJohannes Berg2008-11-101-10/+1
* | Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-11-071-0/+14
|\ \
| * | bonding: send IPv6 neighbor advertisement on failoverBrian Haley2008-11-061-0/+14
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-2/+3
|\ \ \ | |/ / |/| / | |/
| * net: Fix recursive descent in __scm_destroy().David Miller2008-11-061-2/+3
* | pkt_sched: Fix qdisc len in qdisc_peek_dequeued()Jarek Poplawski2008-11-051-3/+9
* | net: #ifdef ->sk_securityAlexey Dobriyan2008-11-041-0/+2
* | IPVS: Remove supports_ipv6 scheduler flagJulius Volz2008-11-031-3/+0
* | mac80211: fix two kernel-doc warningsJohannes Berg2008-10-311-1/+3
* | wireless: remove struct regdom hintingJohannes Berg2008-10-311-19/+4
* | wireless: make regdom passing semantics simplerJohannes Berg2008-10-311-2/+1
* | mac80211: Re-enable aggregationSujith2008-10-311-4/+4
* | wireless: avoid some net/ieee80211.h vs. linux/ieee80211.h conflictsJohn W. Linville2008-10-312-111/+5
* | wireless: use individual buffers for printing ssid valuesJohn W. Linville2008-10-311-2/+3
* | wireless: remove NETWORK_EMPTY_ESSID flagJohn W. Linville2008-10-312-17/+0
* | wireless: consolidate on a single escape_essid implementationJohn W. Linville2008-10-312-20/+31
* | wireless: don't publish __regulatory_hintJohannes Berg2008-10-311-28/+9
* | mac80211: fix a few typos in mac80211 kernel docBob Copeland2008-10-311-6/+6
* | Add nl80211 commands to get and set o11s mesh networking parameterscolin@cozybit.com2008-10-311-1/+31
* | mac80211: remove rate_control_clearJohannes Berg2008-10-311-1/+0
* | mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-98/+156