summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-08-23net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao
2010-08-23net/sched: need to include net/ip6_checksum.hStephen Rothwell
2010-08-22net_sched: cls_flow: add key rxhashChangli Gao
2010-08-22irda: use net_device_stats from struct net_deviceEric Dumazet
2010-08-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-22PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov
2010-08-22net: rps: fix the wrong network header pointerChangli Gao
2010-08-20net/sched: add ACT_CSUM action to update packets checksumsGrégoire Baron
2010-08-20net: build_ehash_secret() and rt_bind_peer() cleanupsEric Dumazet
2010-08-20net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao
2010-08-20netfilter: xt_hashlimit: use proto_ports_offset() to support AH messageChangli Gao
2010-08-20netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH messageChangli Gao
2010-08-20net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao
2010-08-20net: rps: use proto_ports_offset() to handle the AH message correctlyChangli Gao
2010-08-20net: rps: skip fragment when computing rxhashChangli Gao
2010-08-20net: rps: reset network header before calling skb_get_rxhash()Changli Gao
2010-08-19irda: fix a race in irlan_eth_xmit()Eric Dumazet
2010-08-19vlan: Match underlying dev carrier on vlan addPhil Oester
2010-08-19atm: remove a net_device_stats clearEric Dumazet
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-08-19rds: fix a leak of kernel memoryEric Dumazet
2010-08-19netlink: fix compat recvmsgJohannes Berg
2010-08-18net/ax25: Use available error codesJulia Lawall
2010-08-18net/ax25: Use available error codesJulia Lawall
2010-08-18net/sched: remove unneeded NULL checkDan Carpenter
2010-08-18net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski
2010-08-18tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens
2010-08-18tipc: Allow connect() to wait indefinitelyAllan Stephens
2010-08-18tipc: Minor enhancements to name table display formatAllan Stephens
2010-08-18tipc: Optimize tipc_node_has_active_links()Allan Stephens
2010-08-18tipc: Remove per-connection sequence number logicAllan Stephens
2010-08-18tipc: Fix bug in broadcast link transmit statistics computationAllan Stephens
2010-08-18tipc: Fix premature broadcast advertisement by sending nodeAllan Stephens
2010-08-18tipc: Prevent crash when broadcast link cannot send to all nodesAllan Stephens
2010-08-18tipc: Check for disabled bearer when processing incoming messagesAllan Stephens
2010-08-18tipc: correct problems with misleading flags returned using poll()Allan Stephens
2010-08-18tipc: Provide correct error code for unsupported connect() operationAllan Stephens
2010-08-18tipc: add SO_RCVLOWAT support to stream socket receive pathFlorian Westphal
2010-08-18tipc: Fix log buffer memory leak if initialization failsAnders Kaseorg
2010-08-17net sched: fix some kernel memory leaksEric Dumazet
2010-08-17netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings
2010-08-17net/decnet: Adjust confusing if indentationJulia Lawall
2010-08-17net/atm: Adjust confusing if indentationJulia Lawall
2010-08-17core: Factor out flow calculation from get_rps_cpuKrishna Kumar
2010-08-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-16Revert "netlink: netlink_recvmsg() fix"David S. Miller
2010-08-15ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mssMin Zhang
2010-08-15xfrm: Use GFP_ATOMIC in xfrm_compile_policyHerbert Xu
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds