aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-19rps: shortcut net_rps_action()Eric Dumazet1-47/+32
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-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-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: netif_rx() must disable preemptionEric Dumazet1-10/+15
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
2010-04-13ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy1-64/+61
2010-04-13ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy1-33/+32
2010-04-13ipv4: ipmr: move unres_queue and timer to per-namespace dataPatrick McHardy1-41/+29
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy4-8/+13
2010-04-13net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy4-3/+1
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy3-36/+20
2010-04-13dst: don't inline dst_ifdownstephen hemminger1-2/+2
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet1-0/+49
2010-04-13can: avoids a false warningEric Dumazet1-1/+1
2010-04-13IPv6: only notify protocols if address is compeletely gonestephen hemminger1-1/+3
2010-04-13ipv6: additional ref count for hash list unnecessarystephen hemminger1-3/+0
2010-04-13IPv6: keep tentative addresses in hash tablestephen hemminger1-7/+8
2010-04-13IPv6: keep route for tentative addressstephen hemminger1-1/+2
2010-04-13net: sk_dst_cache RCUificationEric Dumazet8-27/+28
2010-04-13net: Dont use netdev_warn()Eric Dumazet1-6/+6
2010-04-13packet: support for TX time stamps on RAW socketsRichard Cochran1-1/+60
2010-04-11tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller1-0/+1
2010-04-11inet: Remove unused send_check length argumentHerbert Xu7-8/+7
2010-04-11tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv6Herbert Xu1-18/+19
2010-04-11tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4Herbert Xu1-17/+14
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller479-85/+614
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller475-58/+490
2010-04-11Revert "tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb"David S. Miller1-1/+0
2010-04-09mac80211: check whether scan is in progress before queueing scan_workTeemu Paasikivi1-1/+6
2010-04-09mac80211: fix typo for LDPC capabilityLuis R. Rodriguez1-1/+1
2010-04-09mac80211: delay skb linearising in rx decryptionZhu Yi1-7/+9