aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-06net: Make qdisc_skb_cb upper size bound explicit.David S. Miller4-9/+5
2012-02-05caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it.Jesper Juhl1-2/+0
2012-02-05decnet: remove unused variable from dn_output()Jesper Juhl1-2/+1
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-96/+99
2012-02-04netprio_cgroup: Fix obo in get_prioidxNeil Horman1-3/+4
2012-02-04caif: Add drop count for caif_net device.sjur.brandeland@stericsson.com1-6/+6
2012-02-04caif: Kill debugfs vars for caif socketsjur.brandeland@stericsson.com1-112/+1
2012-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-1/+1
2012-02-02caif: Bugfix double kfree_skb upon xmit failureDmitry Tarnyagin1-4/+6
2012-02-02caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd.sjur.brandeland@stericsson.com1-9/+3
2012-02-02tcp: properly initialize tcp memory limitsJason Wang2-8/+2
2012-02-01atm: clip: Convert over to dst_neigh_lookup().David S. Miller1-4/+13
2012-02-01decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller1-9/+15
2012-02-01ipv6: Remove never used function inet6_ac_check().David S. Miller1-29/+0
2012-02-01PATCH V2 net-next] net: dev: Convert printks to pr_<level>Joe Perches1-55/+39
2012-02-01mac80211: timeout a single frame in the rx reorder bufferEliad Peller1-1/+1
2012-02-01ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings1-0/+2
2012-02-01net: Disambiguate kernel messageArun Sharma2-8/+16
2012-02-01netpoll: Neaten MAX_SKB_SIZE macroJoe Perches1-3/+5
2012-02-01netpoll: Convert printks to np_<level> and add pr_fmtJoe Perches1-35/+28
2012-02-01tcp: md5: RST: getting md5 key from listenerShawn Lu2-5/+83
2012-02-01xfrm6: remove unneeded NULL check in __xfrm6_output()Dan Carpenter1-1/+1
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet2-14/+20
2012-01-31tcp: md5: use sock_kmalloc() to limit md5 keysEric Dumazet1-2/+4
2012-01-31tcp: md5: rcu conversionEric Dumazet3-301/+111
2012-01-31tcp: md5: remove obsolete md5_add() methodEric Dumazet2-17/+0
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2-0/+49
2012-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-65/+52
2012-01-30ipv6: fix RFC5722 commentEric Dumazet1-4/+3
2012-01-30net: Allow ipv6 proxies and arp proxies be shown with iproute2Tony Zelenoff1-3/+87
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet1-15/+4
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2-3/+14
2012-01-30Merge tag 'nfs-for-3.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+16
2012-01-27net caif: Register properly as a pernet subsystem.Eric W. Biederman2-21/+2
2012-01-27ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller1-5/+3
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2-3/+11
2012-01-27ipv6: fib: Convert fib6_age() to dst_neigh_lookup().David S. Miller1-5/+14
2012-01-27ipv6: ndisc: Convert to dst_neigh_lookup()David S. Miller1-6/+12
2012-01-27ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller1-3/+10
2012-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller2-0/+2
2012-01-26net: RTNETLINK adjusting values of min_ifinfo_dump_sizeStefan Gula1-0/+3
2012-01-26ipv6: Fix ip_gre lockless xmits.Willem de Bruijn1-0/+4
2012-01-26ipv6: Use ipv6_addr_any()David S. Miller1-2/+1
2012-01-26ipv6: sit: Convert to dst_neigh_lookup()David S. Miller1-5/+15
2012-01-26ipv4/ipv6: Prepare for new route gateway semantics.David S. Miller2-1/+20
2012-01-26tcp: add LINUX_MIB_TCPRETRANSFAIL counterEric Dumazet2-1/+4
2012-01-26netns: fix net_alloc_generic()Eric Dumazet1-15/+16
2012-01-25tcp: bind() optimize port allocationFlavio Leitner1-4/+2
2012-01-25tcp: bind() fix autoselection to share portsFlavio Leitner1-0/+5