summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | mac80211: reduce reliance on netdevJohannes Berg2009-12-211-0/+2
* | | | net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey2009-12-232-3/+2
* | | | tcp: Remove check in __tcp_push_pending_framesKrishna Kumar2009-12-231-7/+9
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-231-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-211-0/+6
| |\ \ \ | | | |/ | | |/|
| | * | mac80211: Add define for TX headroom reserved by mac80211 itself.Gertjan van Wingerde2009-12-141-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-165-4/+12
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-153-1/+10
| |\ \ \
| | * | | netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-152-0/+2
| | * | | ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2009-12-152-1/+8
| * | | | tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-152-3/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-143-40/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | this_cpu: Use this_cpu ops for network statisticsChristoph Lameter2009-10-032-8/+3
| * | | | this_cpu: Use this_cpu operations for SNMP statisticsChristoph Lameter2009-10-031-32/+18
* | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-113-3/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-093-3/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'for-next' into for-linusJiri Kosina2009-12-073-3/+3
| | |\ \ \
| | | * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-043-3/+3
* | | | | | net: fix compat_sys_recvmmsg parameter typeHeiko Carstens2009-12-111-1/+1
| |_|_|_|/ |/| | | |
* | | | | tcp: Stalling connections: Move timeout calculation routineDamian Lukowski2009-12-081-28/+0
* | | | | tcp: Stalling connections: Fix timeout calculation routineDamian Lukowski2009-12-081-2/+8
* | | | | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-081-0/+3
* | | | | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-082-4/+6
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-0868-629/+944
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-042-0/+32
| |\ \ \ \
| | * | | | nl80211: PMKSA caching supportSamuel Ortiz2009-11-281-0/+28
| | * | | | mac80211: move cmntr flag out of rx flagsJohannes Berg2009-11-281-0/+4
OpenPOWER on IntegriCloud