summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2008-06-20sctp: Kill unused variable in sctp_assoc_bh_rcv()Vlad Yasevich
2008-06-19net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings
2008-06-19net: Disable LRO on devices that are forwardingBen Hutchings
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich
2008-06-19sctp: Validate Initiate Tag when handling ICMP messageWei Yongjun
2008-06-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-18mac80211: detect driver tx bugsJohannes Berg
2008-06-18netlink: genl: fix circular lockingPatrick McHardy
2008-06-18netdevice: Fix promiscuity and allmulti overflowWang Chen
2008-06-18Revert "mac80211: Use skb_header_cloned() on TX path."David S. Miller
2008-06-18ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ].Rami Rosen
2008-06-17net: Add sk_set_socket() helper.David S. Miller
2008-06-17af_unix: fix 'poll for write'/ connected DGRAM socketsRainer Weikusat
2008-06-17Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller
2008-06-17ax25: Fix std timer socket destroy handling.David S. Miller
2008-06-17udp: sk_drops handlingEric Dumazet
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh
2008-06-17net/core: add NETDEV_BONDING_FAILOVER eventOr Gerlitz
2008-06-17rose: improving AX25 routing frames via ROSE networkBernard Pidoux
2008-06-17xfrm: fix fragmentation for ipv4 xfrm tunnelSteffen Klassert
2008-06-17atm: use const where reasonableMitchell Blank Jr
2008-06-17bridge: fix IPV6=n buildRandy Dunlap
2008-06-17bridge: make bridge address settings stickyStephen Hemminger
2008-06-17bridge: handle process all link-local framesStephen Hemminger
2008-06-17sctp: fix error path in sctp_proc_initPavel Emelyanov
2008-06-17netfilter: nf_conntrack_h323: fix module unload crashPatrick McHardy
2008-06-17netfilter: nf_conntrack_h323: fix memory leak in module initialization error ...Patrick McHardy
2008-06-17netfilter: nf_nat: fix RCU racesPatrick McHardy
2008-06-17netrom: Kill spurious NULL'ing of sk->sk_socket.David S. Miller
2008-06-17x25: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller
2008-06-17econet: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller
2008-06-17x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller
2008-06-17rose: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller
2008-06-17netrom: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller
2008-06-17ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller
2008-06-17llc: Use sock_graft() instead of by-hand version.David S. Miller
2008-06-17decnet: Remove SOCK_SLEEP_{PRE,POST} usage.David S. Miller
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-16atm: [br2864] fix routed vcmux supportEric Kinzie
2008-06-16atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]
2008-06-16inet6: add struct net argument to inet6_ehashfnPavel Emelyanov
2008-06-16inet: add struct net argument to inet_ehashfnPavel Emelyanov
2008-06-16inet: add struct net argument to inet_lhashfnPavel Emelyanov
2008-06-16inet: add struct net argument to inet_bhashfnPavel Emelyanov
2008-06-16udp: add struct net argument to udp_hashfnPavel Emelyanov
2008-06-16udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov
2008-06-16udp: introduce a udp_hashfn functionPavel Emelyanov
2008-06-16ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.Rami Rosen
2008-06-16raw: Restore /proc/net/raw correct behaviorEric Dumazet
2008-06-16net: Fix test for VLAN TX checksum offload capabilityBen Hutchings