aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-21ethernet: print protocol in host byte orderJohannes Berg1-1/+1
2010-04-21net: Introduce skb_orphan_try()Eric Dumazet1-1/+0
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
2010-04-20net: emphasize rtnl lock required in call_netdevice_notifiersJiri Pirko1-0/+1
2010-04-20rps: consistent rxhashEric Dumazet1-7/+18
2010-04-20rps: cleanupsEric Dumazet1-69/+80
2010-04-19rps: static functionsEric Dumazet1-2/+2
2010-04-19mac80211: pass HT changes to driver when off channelReinette Chatre1-0/+2
2010-04-19mac80211: remove bogus TX agg state assignmentJohannes Berg1-1/+0
2010-04-19rps: shortcut net_rps_action()Eric Dumazet1-47/+32
2010-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-7/+11
2010-04-18net: Introduce skb_orphan_try()Eric Dumazet1-14/+13
2010-04-18net: remove time limit in process_backlog()Eric Dumazet1-3/+2
2010-04-17rps: rps_sock_flow_table is mostly readEric Dumazet1-1/+1
2010-04-16rfs: Receive Flow SteeringTom Herbert6-28/+283
2010-04-16packet : remove init_net restrictionDaniel Lezcano1-2/+0
2010-04-15ipv6: fix the comment of ip6_xmit()Shan Wei1-1/+1
2010-04-15net: replace ipfragok with skb->local_dfShan Wei11-15/+16
2010-04-15ipv6: cancel to setting local_df in ip6_xmit()Shan Wei1-4/+0
2010-04-15net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4Joe Perches1-2/+2
2010-04-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller29-218/+658
2010-04-15ip: Fix ip_dev_loopback_xmit()Eric Dumazet2-2/+2
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6David S. Miller2-3/+9
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville29-218/+658
2010-04-15ipv4: ipmr: fix NULL pointer deref during unres queue destructionPatrick McHardy1-1/+5
2010-04-15ipv4: ipmr: fix invalid cache resolving when adding a non-matching entryPatrick McHardy1-1/+3
2010-04-15ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependenciesPatrick McHardy1-1/+1
2010-04-15net: dev_pick_tx() fixEric Dumazet1-2/+6
2010-04-15net: netif_rx() must disable preemptionEric Dumazet1-10/+15
2010-04-14fib: suppress lockdep-RCU false positive in FIB trie.Eric Dumazet1-1/+3
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-13ipv4: ipmr: support multiple tablesPatrick McHardy2-61/+352
2010-04-13ipv4: ipmr: move mroute data into seperate structurePatrick McHardy1-170/+199