aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller24-300/+562
2010-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville24-300/+562
2010-09-02net: arp: code cleanupChangli Gao1-103/+123
2010-09-02net: dev_add_pack() & __dev_remove_pack() changesEric Dumazet1-17/+15
2010-09-02ipvs: use pkts for SCTP tooJulian Anastasov1-3/+3
2010-09-02net: another last_rx roundEric Dumazet1-1/+0
2010-09-01tcp: update also tcp_output with regard to RFC 5681Gerrit Renker1-9/+3
2010-09-01net: make rx_queue sysfs_ops conststephen hemminger1-1/+1
2010-09-01mac80211: only cancel software-based scans on suspendJohn W. Linville2-1/+8
2010-09-01net: skbuff.c cleanupEric Dumazet1-32/+15
2010-09-01skge: add GRO supportEric Dumazet1-1/+2
2010-09-01net: tunnels should use rcu_dereferenceEric Dumazet2-7/+17
2010-08-31gro: unexport tcp4_gro_receive and tcp4_gro_completeEric Dumazet1-2/+0
2010-08-31pktgen: remove non used variableEric Dumazet1-2/+0
2010-08-31vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receiveJiri Pirko1-1/+1
2010-08-31Phonet: do not set POLLOUT in case of send buffer overflowRémi Denis-Courmont1-1/+3
2010-08-31Phonet: correct sendmsg() error code from sock_alloc_send_skb()Rémi Denis-Courmont1-1/+1
2010-08-31Phonet: restore flow control credits when sending failsRémi Denis-Courmont1-1/+5
2010-08-31mac80211: cancel scan in ieee80211_restart_hw if software scan pendingJohn W. Linville1-1/+7
2010-08-31net/wireless: Remove double testJulia Lawall1-1/+1
2010-08-31mac80211: Do not generate CQM events based on first Beacon framesJouni Malinen2-0/+16
2010-08-31mac80211: Fix signal strength average initialization for CQM eventsJouni Malinen1-1/+1
2010-08-30ipv6: struct xfrm6_tunnel in read_mostly sectionEric Dumazet3-6/+6
2010-08-30net: struct xfrm_tunnel in read_mostly sectionEric Dumazet4-6/+6
2010-08-30dccp ccid-3: use per-route RTO or TCP RTO as fallbackGerrit Renker3-38/+6
2010-08-30dccp ccid-2: Share TCP's minimum RTO codeGerrit Renker1-2/+3
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker2-21/+4
2010-08-30dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()Gerrit Renker1-25/+3
2010-08-30dccp ccid-2: Use u32 timestamps uniformlyGerrit Renker2-13/+16
2010-08-30tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu2-16/+35
2010-08-29IPVS: include net/ip6_checksum.h for csum_ipv6_magicStephen Rothwell1-0/+1
2010-08-28phonet: use for_each_set_bitAkinobu Mita1-2/+1
2010-08-28econet: kill unnecessary spin_lock_init()Akinobu Mita1-2/+0
2010-08-27mac80211: fix offchannel queue stopJohannes Berg3-3/+24
2010-08-27mac80211: support runtime interface type changesJohannes Berg5-37/+176
2010-08-27mac80211: split out concurrent vif checksJohannes Berg1-14/+29
2010-08-27mac80211: simplify zero address checksJohannes Berg1-25/+13
2010-08-27mac80211: switch to ieee80211_sdata_runningJohannes Berg3-8/+6
2010-08-27mac80211: clean up ifdown/cleanup pathsJohannes Berg2-66/+28
2010-08-27mac80211: use subqueue helpersJohannes Berg2-4/+3
2010-08-27mac80211: allow changing port control protocolJohannes Berg6-4/+29
2010-08-27cfg80211: allow changing port control protocolJohannes Berg2-3/+24
2010-08-27mac80211: allow vendor specific cipher suitesJohannes Berg7-21/+92
2010-08-27cfg80211: allow vendor specific cipher suitesJohannes Berg1-1/+8
2010-08-27mac80211: allow scan to complete from any contextJohannes Berg2-8/+32
2010-08-27mac80211: remove unused scan expire defineJohannes Berg1-6/+0
2010-08-26gro: __napi_gro_receive() optimizationsEric Dumazet2-7/+12
2010-08-26net: use scnprintf() to avoid potential buffer overflowChangli Gao1-3/+3
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches15-99/+106
2010-08-26ipvs: switch to GFP_KERNEL allocationsSimon Horman1-2/+2