summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-20net: emphasize rtnl lock required in call_netdevice_notifiersJiri Pirko
2010-04-20rps: consistent rxhashEric Dumazet
2010-04-20rps: cleanupsEric Dumazet
2010-04-19rps: static functionsEric Dumazet
2010-04-19rps: shortcut net_rps_action()Eric Dumazet
2010-04-18net: Introduce skb_orphan_try()Eric Dumazet
2010-04-18net: remove time limit in process_backlog()Eric Dumazet
2010-04-17rps: rps_sock_flow_table is mostly readEric Dumazet
2010-04-16rfs: Receive Flow SteeringTom Herbert
2010-04-15ipv6: fix the comment of ip6_xmit()Shan Wei
2010-04-15net: replace ipfragok with skb->local_dfShan Wei
2010-04-15ipv6: cancel to setting local_df in ip6_xmit()Shan Wei
2010-04-15net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4Joe Perches
2010-04-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-04-15ipv4: ipmr: fix NULL pointer deref during unres queue destructionPatrick McHardy
2010-04-15ipv4: ipmr: fix invalid cache resolving when adding a non-matching entryPatrick McHardy
2010-04-15ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependenciesPatrick McHardy
2010-04-15net: netif_rx() must disable preemptionEric Dumazet
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-13ipv4: ipmr: support multiple tablesPatrick McHardy
2010-04-13ipv4: ipmr: move mroute data into seperate structurePatrick McHardy
2010-04-13ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy
2010-04-13ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy
2010-04-13ipv4: ipmr: move unres_queue and timer to per-namespace dataPatrick McHardy
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy
2010-04-13net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy
2010-04-13dst: don't inline dst_ifdownstephen hemminger
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet
2010-04-13can: avoids a false warningEric Dumazet
2010-04-13IPv6: only notify protocols if address is compeletely gonestephen hemminger
2010-04-13ipv6: additional ref count for hash list unnecessarystephen hemminger
2010-04-13IPv6: keep tentative addresses in hash tablestephen hemminger
2010-04-13IPv6: keep route for tentative addressstephen hemminger
2010-04-13net: sk_dst_cache RCUificationEric Dumazet
2010-04-13net: Dont use netdev_warn()Eric Dumazet
2010-04-13packet: support for TX time stamps on RAW socketsRichard Cochran
2010-04-11tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller
2010-04-11inet: Remove unused send_check length argumentHerbert Xu
2010-04-11tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv6Herbert Xu
2010-04-11tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4Herbert Xu
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-04-11Revert "tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb"David S. Miller
2010-04-09mac80211: check whether scan is in progress before queueing scan_workTeemu Paasikivi
2010-04-09mac80211: fix typo for LDPC capabilityLuis R. Rodriguez
2010-04-09mac80211: delay skb linearising in rx decryptionZhu Yi