summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-09-30tcp: tcp_enter_quickack_mode can be staticstephen hemminger
2010-09-30arp: remove unnecessary export of arp_broken_opsstephen hemminger
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet
2010-09-29ip6tnl: percpu stats accountingEric Dumazet
2010-09-29ipip: enable lockless xmitsEric Dumazet
2010-09-29ip_gre: lockless xmitEric Dumazet
2010-09-29sit: enable lockless xmitsEric Dumazet
2010-09-29sit: fix percpu stats accountingEric Dumazet
2010-09-29ipip: fix percpu stats accountingEric Dumazet
2010-09-29net: add a recursion limit in xmit pathEric Dumazet
2010-09-29ipv6: Implement Any-IP support for IPv6.Maciej Żenczykowski
2010-09-29ipv4: Allow configuring subnets as local addressesTom Herbert
2010-09-288021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings
2010-09-28net: Allow changing number of RX queues after device allocationBen Hutchings
2010-09-28net: sk_{detach|attach}_filter() rcu fixesEric Dumazet
2010-09-28fib: use atomic_inc_not_zero() in fib_rules_lookupEric Dumazet
2010-09-28sit: percpu stats accountingEric Dumazet
2010-09-28ipip: percpu stats accountingEric Dumazet
2010-09-28ip_gre: percpu stats accountingEric Dumazet
2010-09-28vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet
2010-09-28Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-27ipv6: add a missing unregister_pernet_subsys callNeil Horman
2010-09-27net: fix rcu use in ip_route_output_slowEric Dumazet
2010-09-27rps: allocate rx queues in register_netdevice onlyEric Dumazet
2010-09-27br2684: fix scheduling while atomicKarl Hiramoto
2010-09-27net: propagate NETIF_F_HIGHDMA to vlansEric Dumazet
2010-09-25net: fix a lockdep splatEric Dumazet
2010-09-24ip: take care of last fragment in ip_append_dataEric Dumazet
2010-09-23net: return operator cleanupEric Dumazet
2010-09-23xfrm4: strip ECN bits from tos fieldUlrich Weber
2010-09-22X.25 remove bkl in pollandrew hendry
2010-09-22X.25 remove bkl in getsocknameandrew hendry
2010-09-22netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa
2010-09-22netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy
2010-09-22netfilter: fix a race in nf_ct_ext_create()Eric Dumazet
2010-09-22netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao
2010-09-22netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman
2010-09-22netfilter: tproxy: nf_tproxy_assign_sock() can handle tw socketsEric Dumazet
2010-09-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-09-22caif: Use default send and receive buffer size in caif_socket.Sjur Braendeland
2010-09-22caif: Fix function NULL pointer check.Sjur Braendeland
2010-09-22caif: Minor fixes in log prints.Sjur Braendeland
2010-09-22caif: Remove buggy re-definition of pr_debugSjur Braendeland
2010-09-22net: constify some ppp/pptp structsEric Dumazet
2010-09-22net: core: use kernel's converter from hex to binAndy Shevchenko
2010-09-21ethtool: Fix build due to lack of ethtool.h include.David S. Miller
2010-09-21Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller
2010-09-21ip: fix truesize mismatch in ip fragmentationEric Dumazet
2010-09-21ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings