aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner2-3/+3
2010-04-27bridge: multicast router list manipulationstephen hemminger1-15/+15
2010-04-27bridge: use is_multicast_ether_addrstephen hemminger1-1/+1
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-16/+32
2010-04-27bridge: Fix build of ipv6 multicast code.David S. Miller1-0/+1
2010-04-26bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明1-6/+3
2010-04-26bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明1-3/+3
2010-04-26ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt1-0/+3
2010-04-26net: use sk_sleep()Eric Dumazet2-18/+18
2010-04-26phonet: use phonet_pernet instead of directly net_genericJiri Pirko1-8/+15
2010-04-25ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet1-1/+1
2010-04-25netns: rename unregister_pernet_subsys parameterJiri Pirko1-2/+2
2010-04-24rps: optimize rps_get_cpu()Changli Gao1-13/+11
2010-04-23Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-nextDavid S. Miller4-156/+619
2010-04-23IPv6: Complete IPV6_DONTFRAG supportBrian Haley5-8/+112
2010-04-23IPv6: Add dontfrag argument to relevant functionsBrian Haley7-10/+42
2010-04-23IPv6: data structure changes for new socket optionsBrian Haley1-0/+46
2010-04-23l2tp_eth: fix memory allocationJiri Pirko1-28/+1
2010-04-23l2tp: fix memory allocationJiri Pirko1-28/+1
2010-04-23Merge branch 'master' into for-davemJohn W. Linville9-15/+68
2010-04-23bridge br_multicast: IPv6 MLD support.YOSHIFUJI Hideaki3-4/+429
2010-04-23bridge br_multicast: Make functions less ipv4 dependent.YOSHIFUJI Hideaki2-58/+151
2010-04-23ipv6 mcast: Introduce include/net/mld.h for MLD definitions.YOSHIFUJI Hideaki1-95/+40
2010-04-22tcp: bind() fix when many ports are boundEric Dumazet2-10/+21
2010-04-22X25: Add if_x25.h and x25 to device identifiersAndrew Hendry1-16/+20
2010-04-22net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans1-0/+7
2010-04-22tcp: fix outsegs stat for TSO segmentsTom Herbert1-2/+3
2010-04-22rdma: potential ERR_PTR dereferenceDan Carpenter1-1/+1
2010-04-22rtnetlink: potential ERR_PTR dereferenceDan Carpenter1-2/+3
2010-04-22IPv6: Generic TTL Security Mechanism (final version)Stephen Hemminger2-1/+25
2010-04-22net: Orphan and de-dst skbs earlier in xmit path.David S. Miller1-7/+8
2010-04-22rps: immediate send IPI in process_backlog()Eric Dumazet1-34/+42
2010-04-21net: ipv6 bind to device issueJiri Olsa1-1/+1
2010-04-21ethernet: print protocol in host byte orderJohannes Berg1-1/+1
2010-04-21net: Introduce skb_orphan_try()Eric Dumazet1-1/+0
2010-04-21ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU field less than IPV6_MIN_MTUShan Wei1-1/+1
2010-04-21X25 fix dead unaccepted socketsandrew hendry1-0/+1
2010-04-21xfrm6: ensure to use the same dev when building a bundleNicolas Dichtel1-1/+1
2010-04-21fasync: RCU and fine grained lockingEric Dumazet1-62/+11
2010-04-21tcp: Mark v6 response packets as CHECKSUM_PARTIALDavid S. Miller1-0/+3
2010-04-21tcp: Fix ipv6 checksumming on response packets for real.David S. Miller1-2/+0
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller10-11/+19
2010-04-21net: Fix an RCU warning in dev_pick_tx()David Howells1-1/+1
2010-04-21Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+4
2010-04-21ipv6: Fix tcp_v6_send_response transport header setting.Herbert Xu1-1/+1
2010-04-20net: Remove two unnecessary exports (skbuff).Rami Rosen1-4/+2
2010-04-20net: Fix various endianness glitchesEric Dumazet17-61/+65
2010-04-20bridge: add a missing ntohs()Eric Dumazet1-1/+1
2010-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-1/+2
2010-04-20net: sk_sleep() helperEric Dumazet40-191/+191