aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-237-16/+16
* tcp: allow effective reduction of TCP's rcv-buffer via setsockoptHagen Paul Pfeifer2010-08-221-0/+11
* bridge: is PACKET_LOOPBACK unlikely()?Simon Horman2010-08-221-1/+1
* net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao2010-08-222-4/+3
* net/sched: need to include net/ip6_checksum.hStephen Rothwell2010-08-221-0/+1
* net_sched: cls_flow: add key rxhashChangli Gao2010-08-211-0/+7
* irda: use net_device_stats from struct net_deviceEric Dumazet2010-08-211-23/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-2113-71/+72
|\
| * irda: fix a race in irlan_eth_xmit()Eric Dumazet2010-08-191-1/+3
| * vlan: Match underlying dev carrier on vlan addPhil Oester2010-08-191-1/+2
| * rds: fix a leak of kernel memoryEric Dumazet2010-08-181-1/+1
| * netlink: fix compat recvmsgJohannes Berg2010-08-181-30/+16
| * net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski2010-08-171-1/+1
| * net sched: fix some kernel memory leaksEric Dumazet2010-08-175-37/+43
| * netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2010-08-173-0/+6
* | PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov2010-08-214-7/+166
* | net: rps: fix the wrong network header pointerChangli Gao2010-08-211-2/+2
* | net/sched: add ACT_CSUM action to update packets checksumsGrégoire Baron2010-08-203-0/+606
* | net: build_ehash_secret() and rt_bind_peer() cleanupsEric Dumazet2010-08-202-13/+4
* | net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-17/+16
* | netfilter: xt_hashlimit: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-10/+5
* | netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-16/+15
* | net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-29/+38
* | net: rps: use proto_ports_offset() to handle the AH message correctlyChangli Gao2010-08-191-16/+7
* | net: rps: skip fragment when computing rxhashChangli Gao2010-08-191-1/+4
* | net: rps: reset network header before calling skb_get_rxhash()Changli Gao2010-08-191-0/+1
* | atm: remove a net_device_stats clearEric Dumazet2010-08-191-1/+0
* | net: simplify flags for tx timestampingOliver Hartkopp2010-08-199-21/+20
* | net/ax25: Use available error codesJulia Lawall2010-08-181-1/+1
* | net/ax25: Use available error codesJulia Lawall2010-08-181-2/+2
* | net/sched: remove unneeded NULL checkDan Carpenter2010-08-181-1/+1
* | tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens2010-08-174-1/+39
* | tipc: Allow connect() to wait indefinitelyAllan Stephens2010-08-171-4/+7
* | tipc: Minor enhancements to name table display formatAllan Stephens2010-08-171-28/+16
* | tipc: Optimize tipc_node_has_active_links()Allan Stephens2010-08-171-2/+1
* | tipc: Remove per-connection sequence number logicAllan Stephens2010-08-171-12/+3
* | tipc: Fix bug in broadcast link transmit statistics computationAllan Stephens2010-08-171-3/+2
* | tipc: Fix premature broadcast advertisement by sending nodeAllan Stephens2010-08-171-11/+19
* | tipc: Prevent crash when broadcast link cannot send to all nodesAllan Stephens2010-08-171-4/+6
* | tipc: Check for disabled bearer when processing incoming messagesAllan Stephens2010-08-171-0/+14
* | tipc: correct problems with misleading flags returned using poll()Allan Stephens2010-08-171-21/+40
* | tipc: Provide correct error code for unsupported connect() operationAllan Stephens2010-08-171-1/+1
* | tipc: add SO_RCVLOWAT support to stream socket receive pathFlorian Westphal2010-08-171-3/+4
* | tipc: Fix log buffer memory leak if initialization failsAnders Kaseorg2010-08-171-2/+4
* | ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-10/+23
* | net/decnet: Adjust confusing if indentationJulia Lawall2010-08-161-4/+4
* | net/atm: Adjust confusing if indentationJulia Lawall2010-08-161-1/+1
* | core: Factor out flow calculation from get_rps_cpuKrishna Kumar2010-08-161-44/+62
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-163-19/+9
|\ \ | |/
| * Revert "netlink: netlink_recvmsg() fix"David S. Miller2010-08-151-16/+6