summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-23Merge branch 'master' into for-davemJohn W. Linville127-8937/+19023
2010-04-23bnx2x: add support for receive hashingTom Herbert2-9/+19
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
2010-04-21tcp: Mark v6 response packets as CHECKSUM_PARTIALDavid S. Miller1-0/+3
2010-04-21radiotap parser: fix endian annotationJohannes Berg1-1/+1
2010-04-21ath9k_hw: make all AR9002 initvals use u32Luis R. Rodriguez1-34/+34
2010-04-21ath9k_hw: make two initvals consto for the AR9001 familyLuis R. Rodriguez1-2/+2
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. Miller266-2559/+4523
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. Miller239-2514/+4459
2010-04-21ipv6: Fix tcp_v6_send_response transport header setting.Herbert Xu1-1/+1
2010-04-20net: Remove two unnecessary exports (skbuff).Rami Rosen2-8/+2
2010-04-20net: Fix various endianness glitchesEric Dumazet17-61/+65