aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville33-513/+943
2010-08-24tc: add meta match on receive hashStephen Hemminger1-0/+6
2010-08-24net: ip_append_data() optimEric Dumazet1-4/+3
2010-08-24cfg80211/mac80211: extensible frame processingJohannes Berg13-154/+344
2010-08-24mac80211: remove unused don't-encrypt flagJohannes Berg1-2/+0
2010-08-24cfg80211: mark ieee80211_hdrlen constJohannes Berg1-1/+1
2010-08-23ethtool: allow non-netadmin to query settingsstephen hemminger1-0/+1
2010-08-23net: copy_rtnl_link_stats64() simplificationEric Dumazet1-30/+1
2010-08-23net_sched: act_csum: coding style cleanupChangli Gao1-39/+38
2010-08-23pkt_sched: Make act_csum depend upon INET.David S. Miller1-1/+1
2010-08-23dccp ccid-2: Replace broken RTT estimator with better algorithmGerrit Renker2-81/+108
2010-08-23dccp ccid-2: Simplify dec_pipe and rearming of RTO timerGerrit Renker1-19/+8
2010-08-23dccp ccid-2: Remove redundant sanity testsGerrit Renker1-52/+0
2010-08-23dccp ccid-3: No more CCID control blocks in LISTEN stateGerrit Renker1-33/+7
2010-08-23ccid: ccid-2/3 code cosmeticsGerrit Renker3-26/+27
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller7-16/+16
2010-08-22tcp: allow effective reduction of TCP's rcv-buffer via setsockoptHagen Paul Pfeifer1-0/+11
2010-08-22bridge: is PACKET_LOOPBACK unlikely()?Simon Horman1-1/+1
2010-08-22net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao2-4/+3
2010-08-22net/sched: need to include net/ip6_checksum.hStephen Rothwell1-0/+1
2010-08-21net_sched: cls_flow: add key rxhashChangli Gao1-0/+7
2010-08-21irda: use net_device_stats from struct net_deviceEric Dumazet1-23/+9
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller13-71/+72
2010-08-21PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov4-7/+166
2010-08-21net: rps: fix the wrong network header pointerChangli Gao1-2/+2
2010-08-20net/sched: add ACT_CSUM action to update packets checksumsGrégoire Baron3-0/+606
2010-08-20net: build_ehash_secret() and rt_bind_peer() cleanupsEric Dumazet2-13/+4
2010-08-19net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao1-17/+16
2010-08-19netfilter: xt_hashlimit: use proto_ports_offset() to support AH messageChangli Gao1-10/+5
2010-08-19netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH messageChangli Gao1-16/+15
2010-08-19net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao1-29/+38
2010-08-19net: rps: use proto_ports_offset() to handle the AH message correctlyChangli Gao1-16/+7
2010-08-19net: rps: skip fragment when computing rxhashChangli Gao1-1/+4
2010-08-19net: rps: reset network header before calling skb_get_rxhash()Changli Gao1-0/+1
2010-08-19irda: fix a race in irlan_eth_xmit()Eric Dumazet1-1/+3
2010-08-19vlan: Match underlying dev carrier on vlan addPhil Oester1-1/+2
2010-08-19atm: remove a net_device_stats clearEric Dumazet1-1/+0
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp9-21/+20
2010-08-18rds: fix a leak of kernel memoryEric Dumazet1-1/+1
2010-08-18netlink: fix compat recvmsgJohannes Berg1-30/+16
2010-08-18net/ax25: Use available error codesJulia Lawall1-1/+1
2010-08-18net/ax25: Use available error codesJulia Lawall1-2/+2
2010-08-18net/sched: remove unneeded NULL checkDan Carpenter1-1/+1
2010-08-17net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski1-1/+1
2010-08-17tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens4-1/+39
2010-08-17tipc: Allow connect() to wait indefinitelyAllan Stephens1-4/+7
2010-08-17tipc: Minor enhancements to name table display formatAllan Stephens1-28/+16
2010-08-17tipc: Optimize tipc_node_has_active_links()Allan Stephens1-2/+1
2010-08-17tipc: Remove per-connection sequence number logicAllan Stephens1-12/+3
2010-08-17tipc: Fix bug in broadcast link transmit statistics computationAllan Stephens1-3/+2