summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* sched: add head drop fifo queueHagen Paul Pfeifer2010-01-282-0/+20
* netns xfrm: xfrm6_tunnel in netnsAlexey Dobriyan2010-01-281-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-282-2/+8
|\
| * netns xfrm: deal with dst entries in netnsAlexey Dobriyan2010-01-241-0/+6
| * netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan2010-01-231-2/+2
* | icmp: move icmp_err_convert[] to .rodataAlexey Dobriyan2010-01-231-1/+1
* | net: constify MIB name tablesAlexey Dobriyan2010-01-231-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-232-1/+3
|\ \ | |/
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-223-40/+21
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-141-1/+1
| | |\
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-121-0/+16
| | |\ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-301-2/+6
| | |\ \ \
| * | | | | ax25: netrom: rose: Fix timer oopsesJarek Poplawski2010-01-161-0/+2
| | |_|_|/ | |/| | |
| * | | | net: fix build erros with CONFIG_BUG=n, CONFIG_GENERIC_BUG=nOctavian Purdila2010-01-131-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-192-40/+142
|\ \ \ \
| * | | | mac80211: improve powersave documentationKalle Valo2010-01-141-21/+54
| * | | | mac80211: fix mac80211.h documentation warningsKalle Valo2010-01-141-1/+6
| * | | | mac80211: add U-APSD client supportKalle Valo2010-01-121-0/+7
| * | | | cfg80211: Store IEs from both Beacon and Probe Response framesJouni Malinen2010-01-121-1/+11
| * | | | mac80211: create Probe Request templateKalle Valo2010-01-121-0/+17
| * | | | mac80211: add functions to create PS Poll and Nullfunc templatesKalle Valo2010-01-121-0/+30
| * | | | nl80211: New command for setting TX rate mask for rate controlJouni Malinen2010-01-121-2/+2
| * | | | cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen2010-01-122-15/+6
| * | | | mac80211: Select lowest rate based on basic rate set in AP modeJouni Malinen2010-01-121-0/+2
| * | | | mac80211: Add new callback set_coverage_classLukáš Turek2010-01-121-0/+5
| * | | | nl80211: Add new WIPHY attribute COVERAGE_CLASSLukáš Turek2010-01-121-0/+2
* | | | | tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila2010-01-172-0/+4
* | | | | tcp: Generalized TTL Security MechanismStephen Hemminger2010-01-111-1/+3
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-101-0/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila2010-01-061-0/+16
| | |_|/ | |/| |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-291-2/+0
| |\ \ \
* | | | | Phonet: zero-copy GPRS TXRémi Denis-Courmont2010-01-071-0/+2
* | | | | Phonet: zero-copy aligned GPRS RXRémi Denis-Courmont2010-01-071-0/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-302-55/+109
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-2/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | wireless: remove remaining qual codeJohannes Berg2009-12-281-2/+0
| * | | | mac80211: annotate sleeping driver opsKalle Valo2009-12-281-12/+31
| * | | | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-42/+15
| * | | | mac80211/cfg80211: add station eventsJohannes Berg2009-12-281-0/+12
| * | | | cfg80211: add remain-on-channel commandJouni Malinen2009-12-281-0/+47
| * | | | mac80211: introduce flush operationJohannes Berg2009-12-281-0/+5
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-285-26/+15
| |\ \ \ \ | | |/ / /
* | | | | llc: convert llc_sap_list to RCUOctavian Purdila2009-12-261-1/+1
* | | | | llc: replace the socket list with a local address based hashOctavian Purdila2009-12-261-1/+20
* | | | | llc: use a device based hash table to speed up multicast deliveryOctavian Purdila2009-12-262-0/+12
* | | | | llc: convert the socket list to RCU lockingOctavian Purdila2009-12-261-4/+3
* | | | | llc: add support for LLC_OPT_PKTINFOOctavian Purdila2009-12-261-0/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-252-2/+81
|\ \ \ \ \ | |/ / / /
| * | | | mac80211: enable spatial multiplexing powersaveJohannes Berg2009-12-221-0/+59
| * | | | wireless: add ieee80211_amsdu_to_8023sZhu Yi2009-12-221-2/+20
OpenPOWER on IntegriCloud