aboutsummaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-26net: use sk_sleep()Eric Dumazet3-21/+21
2010-04-26pppoe: use pppoe_pernet instead of directly net_genericJiri Pirko1-1/+1
2010-04-26phonet: use phonet_pernet instead of directly net_genericJiri Pirko1-8/+15
2010-04-25netns: rename unregister_pernet_subsys parameterJiri Pirko1-2/+2
2010-04-24rps: optimize rps_get_cpu()Changli Gao1-13/+11
2010-04-24sky2: add support for receive hashingStephen Hemminger2-2/+91
2010-04-23IPv6: Complete IPV6_DONTFRAG supportBrian Haley7-8/+116
2010-04-23IPv6: Add dontfrag argument to relevant functionsBrian Haley9-12/+46
2010-04-23IPv6: data structure changes for new socket optionsBrian Haley3-4/+57
2010-04-23l2tp_eth: fix memory allocationJiri Pirko1-28/+1
2010-04-23l2tp: fix memory allocationJiri Pirko1-28/+1
2010-04-23bnx2x: add support for receive hashingTom Herbert2-9/+19
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 Hideaki2-95/+115
2010-04-22sky2: size status ring based on Tx/Rx ringstephen hemminger2-16/+20
2010-04-22remove DCB_PROTO_VERSION as we don't do netlink versioningScott Feldman1-2/+0
2010-04-22X25: Update X25 interface documentationandrew hendry1-8/+8
2010-04-22X25: Use identifiers for hdlc x25 device to x25 interfaceandrew hendry1-6/+6
2010-04-22X25: Use identifiers for cyclades device to x25 interfaceandrew hendry1-5/+8
2010-04-22X25: Use identifiers for lapbether device to x25 interfaceandrew hendry1-6/+6
2010-04-22X25: Use identifiers for x25 async device to x25 interfaceandrew hendry1-6/+6
2010-04-22X25: Use identifiers for isdn device to x25 interfaceandrew hendry1-8/+9
2010-04-22X25: Add if_x25.h and x25 to device identifiersAndrew Hendry4-16/+48
2010-04-22dst: rcu check refinementEric Dumazet1-1/+2
2010-04-22net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans2-1/+9
2010-04-22tcp: fix outsegs stat for TSO segmentsTom Herbert3-2/+6
2010-04-22niu: Add skb->rxhash support.David S. Miller2-14/+45
2010-04-22qlcnic: update version 5.0.2Amit Kumar Salecha1-2/+2
2010-04-22qlcnic: protect resource accessAmit Kumar Salecha1-0/+11
2010-04-22qlcnic: fix rcv buffer leakAmit Kumar Salecha1-3/+5
2010-04-22qlcnic: fix pci semaphore checksAmit Kumar Salecha1-4/+7
2010-04-22qlcnic: define macro for driver stateAmit Kumar Salecha2-11/+17
2010-04-22qlcnic: fix fw initialization responsibilityAmit Kumar Salecha1-29/+37
2010-04-22qlcnic: fix defines as per IDC documentAmit Kumar Salecha2-13/+18
2010-04-22qlcnic: additional driver statisticsAmit Kumar Salecha4-2/+21
2010-04-22IPv6: Generic TTL Security Mechanism (final version)Stephen Hemminger4-1/+29
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-21cxgb4: Make unnecessarily global functions staticRoland Dreier3-13/+13
2010-04-21cxgb4: Use ntohs() on __be16 value instead of htons()Roland Dreier1-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-21ehea: fix possible DLPAR/mem deadlockThomas Klein2-6/+15
2010-04-21ehea: error handling improvementThomas Klein3-26/+62
2010-04-21ks8842: Add platform data for setting mac addressRichard Röjfors2-11/+76
2010-04-21net: small cleanup of lib8390Nikanth Karthikesan1-6/+6
2010-04-21fasync: RCU and fine grained lockingEric Dumazet3-92/+59