summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-04-28net: sk_add_backlog() take rmem_alloc into accountEric Dumazet4-4/+16
2010-04-28net: batch skb dequeueing from softnet input_pkt_queueChangli Gao1-18/+39
2010-04-28net: Make RFS socket operations not be inet specific.David S. Miller3-7/+7
2010-04-28net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao1-10/+12
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller6-23/+105
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/ne...David 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-26net: ipmr: add support for dumping routing tables over netlinkPatrick McHardy1-7/+89
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy5-11/+11
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy5-5/+5
2010-04-26ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet1-1/+1
2010-04-25netns: rename unregister_pernet_subsys parameterJiri Pirko1-2/+2
2010-04-25rps: optimize rps_get_cpu()Changli Gao1-13/+11
2010-04-24Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-i...David S. Miller4-156/+619
2010-04-24IPv6: Complete IPV6_DONTFRAG supportBrian Haley5-8/+112
2010-04-24IPv6: Add dontfrag argument to relevant functionsBrian Haley7-10/+42
2010-04-24IPv6: data structure changes for new socket optionsBrian Haley1-0/+46
2010-04-24l2tp_eth: fix memory allocationJiri Pirko1-28/+1
2010-04-24l2tp: 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-23tcp: bind() fix when many ports are boundEric Dumazet2-10/+21
2010-04-23X25: Add if_x25.h and x25 to device identifiersAndrew Hendry1-16/+20
2010-04-23net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans1-0/+7
2010-04-23tcp: fix outsegs stat for TSO segmentsTom Herbert1-2/+3
2010-04-23rdma: potential ERR_PTR dereferenceDan Carpenter1-1/+1
2010-04-23rtnetlink: potential ERR_PTR dereferenceDan Carpenter1-2/+3
2010-04-23IPv6: 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-22net: ipv6 bind to device issueJiri Olsa1-1/+1
2010-04-22ethernet: print protocol in host byte orderJohannes Berg1-1/+1
2010-04-22net: Introduce skb_orphan_try()Eric Dumazet1-1/+0
2010-04-22ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU fi...Shan Wei1-1/+1
2010-04-22X25 fix dead unaccepted socketsandrew hendry1-0/+1
2010-04-22xfrm6: ensure to use the same dev when building a bundleNicolas Dichtel1-1/+1
2010-04-22fasync: RCU and fine grained lockingEric Dumazet1-62/+11
2010-04-22tcp: 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/ne...David S. Miller10-11/+19