summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller22-76/+112
2008-06-28ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags.YOSHIFUJI Hideaki1-3/+3
2008-06-28netlabel: Fix a problem when dumping the default IPv6 static labelsPaul Moore1-1/+1
2008-06-28net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen1-2/+1
2008-06-28inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov4-6/+17
2008-06-28netlink: Fix some doc comments in net/netlink/attr.cJulius Volz1-3/+4
2008-06-28tcp: /proc/net/tcp rto,ato values not scaled properly (v2)Stephen Hemminger2-6/+6
2008-06-28pkt_sched: Remove CONFIG_NET_SCH_RRAdrian Bunk1-11/+0
2008-06-28pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive.WANG Cong1-1/+1
2008-06-28netdevice: Fix typo of dev_unicast_add() commentWang Chen1-1/+1
2008-06-28af_unix: fix 'poll for write'/connected DGRAM socketsRainer Weikusat1-28/+24
2008-06-28tcp: fix for splice receive when used with software LROOctavian Purdila1-5/+12
2008-06-28tcp: calculate tcp_mem based on low memory instead of all memoryMiquel van Smoorenburg1-3/+6
2008-06-27mac80211: fix an oops in several failure paths in key allocationEmmanuel Grumbach1-0/+9
2008-06-25mac80211: implement EU regulatory domainTony Vroon1-0/+18
2008-06-25netfilter: ip6table_mangle: don't reroute in LOCAL_INPatrick McHardy1-1/+1
2008-06-21netns: Don't receive new packets in a dead network namespace.Eric W. Biederman2-0/+7
2008-06-21sctp: Make sure N * sizeof(union sctp_addr) does not overflow.David S. Miller1-1/+3
2008-06-20sctp: Kill unused variable in sctp_assoc_bh_rcv()Vlad Yasevich1-1/+0
2008-06-20ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki1-0/+9
2008-06-20ipv6: Remove options header when setsockopt's optlen is 0Shan Wei1-4/+7
2008-06-20net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings4-1/+15
2008-06-20net: Disable LRO on devices that are forwardingBen Hutchings4-5/+47
2008-06-20sctp: Follow security requirement of responding with 1 packetVlad Yasevich5-32/+53
2008-06-20sctp: Validate Initiate Tag when handling ICMP messageWei Yongjun1-2/+25
2008-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-30/+102
2008-06-19mac80211: detect driver tx bugsJohannes Berg1-1/+8
2008-06-18netlink: genl: fix circular lockingPatrick McHardy1-9/+6
2008-06-18netdevice: Fix promiscuity and allmulti overflowWang Chen1-10/+45
2008-06-18Revert "mac80211: Use skb_header_cloned() on TX path."David S. Miller1-2/+2
2008-06-18ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ].Rami Rosen1-2/+0
2008-06-18net: Add sk_set_socket() helper.David S. Miller1-2/+2
2008-06-18af_unix: fix 'poll for write'/ connected DGRAM socketsRainer Weikusat1-9/+70
2008-06-18Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2-0/+19
2008-06-18ax25: Fix std timer socket destroy handling.David S. Miller1-5/+3
2008-06-18udp: sk_drops handlingEric Dumazet4-10/+16
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh1-0/+13
2008-06-18net/core: add NETDEV_BONDING_FAILOVER eventOr Gerlitz1-0/+6
2008-06-18rose: improving AX25 routing frames via ROSE networkBernard Pidoux2-13/+20
2008-06-18xfrm: fix fragmentation for ipv4 xfrm tunnelSteffen Klassert1-1/+1
2008-06-18atm: use const where reasonableMitchell Blank Jr6-51/+50
2008-06-18bridge: fix IPV6=n buildRandy Dunlap3-2/+4
2008-06-18bridge: make bridge address settings stickyStephen Hemminger3-0/+7
2008-06-18bridge: handle process all link-local framesStephen Hemminger1-8/+5
2008-06-18sctp: fix error path in sctp_proc_initPavel Emelyanov1-1/+1
2008-06-18netfilter: nf_conntrack_h323: fix module unload crashPatrick McHardy1-7/+14
2008-06-18netfilter: nf_conntrack_h323: fix memory leak in module initialization error ...Patrick McHardy1-0/+1
2008-06-18netfilter: nf_nat: fix RCU racesPatrick McHardy2-3/+9
2008-06-17netrom: Kill spurious NULL'ing of sk->sk_socket.David S. Miller1-2/+0
2008-06-17x25: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller1-2/+1