summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-09-28net: Allow changing number of RX queues after device allocationBen Hutchings3-18/+63
2010-09-28net: sk_{detach|attach}_filter() rcu fixesEric Dumazet1-6/+4
2010-09-28fib: use atomic_inc_not_zero() in fib_rules_lookupEric Dumazet1-3/+5
2010-09-28sit: percpu stats accountingEric Dumazet1-18/+64
2010-09-28ipip: percpu stats accountingEric Dumazet1-34/+93
2010-09-28ip_gre: percpu stats accountingEric Dumazet1-39/+104
2010-09-28vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet1-2/+2
2010-09-28Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi2-6/+453
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller36-126/+176
2010-09-27ipv6: add a missing unregister_pernet_subsys callNeil Horman2-3/+13
2010-09-27net: fix rcu use in ip_route_output_slowEric Dumazet1-1/+1
2010-09-27rps: allocate rx queues in register_netdevice onlyEric Dumazet1-44/+32
2010-09-27br2684: fix scheduling while atomicKarl Hiramoto1-10/+2
2010-09-27net: propagate NETIF_F_HIGHDMA to vlansEric Dumazet1-3/+4
2010-09-25net: fix a lockdep splatEric Dumazet6-26/+26
2010-09-25ip: take care of last fragment in ip_append_dataEric Dumazet1-3/+6
2010-09-24net: return operator cleanupEric Dumazet66-170/+169
2010-09-23xfrm4: strip ECN bits from tos fieldUlrich Weber1-1/+1
2010-09-23X.25 remove bkl in pollandrew hendry1-13/+1
2010-09-23X.25 remove bkl in getsocknameandrew hendry1-2/+0
2010-09-23netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa1-1/+3
2010-09-23netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy1-2/+4
2010-09-23netfilter: fix a race in nf_ct_ext_create()Eric Dumazet1-1/+3
2010-09-23netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao1-0/+1
2010-09-23netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman1-1/+1
2010-09-23netfilter: tproxy: nf_tproxy_assign_sock() can handle tw socketsEric Dumazet1-1/+5
2010-09-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller22-139/+210
2010-09-22caif: Use default send and receive buffer size in caif_socket.Sjur Braendeland1-7/+0
2010-09-22caif: Fix function NULL pointer check.Sjur Braendeland1-1/+1
2010-09-22caif: Minor fixes in log prints.Sjur Braendeland2-7/+3
2010-09-22caif: Remove buggy re-definition of pr_debugSjur Braendeland1-3/+0
2010-09-22net: constify some ppp/pptp structsEric Dumazet1-1/+1
2010-09-22net: core: use kernel's converter from hex to binAndy Shevchenko2-12/+11
2010-09-22ethtool: Fix build due to lack of ethtool.h include.David S. Miller1-0/+1
2010-09-22Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller6-104/+69
2010-09-22ip: fix truesize mismatch in ip fragmentationEric Dumazet2-11/+26
2010-09-22ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings1-2/+2
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville22-139/+210
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-09-21dccp ccid-3: Remove redundant 'options_received' structGerrit Renker2-23/+8
2010-09-21dccp tfrc/ccid-3: computing the loss rate from the Loss Event RateGerrit Renker3-5/+19
2010-09-21dccp ccid-3: remove dead statesGerrit Renker2-30/+9
2010-09-21dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker1-10/+3
2010-09-21dccp: Add packet type information to CCID-specific option parsingGerrit Renker3-41/+35
2010-09-21tcp: Fix race in tcp_pollTom Marshall2-2/+7
2010-09-21rose: Fix signedness issues wrt. digi count.David S. Miller1-2/+2
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer4-49/+67
2010-09-20wext: fix potential private ioctl memory content leakJohannes Berg1-1/+1
2010-09-20net: rx_dropped accountingEric Dumazet7-8/+28
2010-09-20ip_gre: CONFIG_IPV6_MODULE supportEric Dumazet1-4/+4