summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it.Jesper Juhl2012-02-051-2/+0Star
* decnet: remove unused variable from dn_output()Jesper Juhl2012-02-051-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-0420-96/+99
|\
| * netprio_cgroup: Fix obo in get_prioidxNeil Horman2012-02-041-3/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-031-1/+1
| |\
| | * mac80211: timeout a single frame in the rx reorder bufferEliad Peller2012-02-011-1/+1
| * | caif: Bugfix double kfree_skb upon xmit failureDmitry Tarnyagin2012-02-021-4/+6
| * | caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd.sjur.brandeland@stericsson.com2012-02-021-9/+3Star
| * | tcp: properly initialize tcp memory limitsJason Wang2012-02-022-8/+2Star
| * | ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings2012-02-011-0/+2
| * | net: Disambiguate kernel messageArun Sharma2012-02-012-8/+16
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-3013-65/+52Star
| |\|
| | * af_unix: fix EPOLLET regression for stream socketsEric Dumazet2012-01-301-15/+4Star
| | * tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell2012-01-301-4/+2Star
| | * net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2012-01-302-3/+14
| | * net caif: Register properly as a pernet subsystem.Eric W. Biederman2012-01-282-21/+2Star
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-282-0/+2
| | |\
| | | * mac80211: set bss_conf.idle when vif is connectedEliad Peller2012-01-241-0/+1
| | | * mac80211: update oper_channel on ibss joinEliad Peller2012-01-241-0/+1
| | * | net: RTNETLINK adjusting values of min_ifinfo_dump_sizeStefan Gula2012-01-261-0/+3
| | * | ipv6: Fix ip_gre lockless xmits.Willem de Bruijn2012-01-261-0/+4
| | * | netns: fix net_alloc_generic()Eric Dumazet2012-01-261-15/+16
| | * | tcp: bind() optimize port allocationFlavio Leitner2012-01-261-4/+2Star
| | * | tcp: bind() fix autoselection to share portsFlavio Leitner2012-01-261-0/+5
| | * | l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman2012-01-261-5/+0Star
| * | | Merge tag 'nfs-for-3.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-01-301-1/+16
| |\ \ \ | | |/ / | |/| |
| | * | SUNRPC: Fix machine creds in generic_create_cred and generic_matchTrond Myklebust2012-01-231-1/+16
* | | | caif: Add drop count for caif_net device.sjur.brandeland@stericsson.com2012-02-041-6/+6
* | | | caif: Kill debugfs vars for caif socketsjur.brandeland@stericsson.com2012-02-041-112/+1Star
* | | | atm: clip: Convert over to dst_neigh_lookup().David S. Miller2012-02-011-4/+13
* | | | decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller2012-02-011-9/+15
* | | | ipv6: Remove never used function inet6_ac_check().David S. Miller2012-02-011-29/+0Star
* | | | PATCH V2 net-next] net: dev: Convert printks to pr_<level>Joe Perches2012-02-011-55/+39Star
* | | | netpoll: Neaten MAX_SKB_SIZE macroJoe Perches2012-02-011-3/+5
* | | | netpoll: Convert printks to np_<level> and add pr_fmtJoe Perches2012-02-011-35/+28Star
* | | | tcp: md5: RST: getting md5 key from listenerShawn Lu2012-02-012-5/+83
* | | | xfrm6: remove unneeded NULL check in __xfrm6_output()Dan Carpenter2012-02-011-1/+1
* | | | tcp: md5: protects md5sig_info with RCUEric Dumazet2012-02-012-14/+20
* | | | tcp: md5: use sock_kmalloc() to limit md5 keysEric Dumazet2012-01-311-2/+4
* | | | tcp: md5: rcu conversionEric Dumazet2012-01-313-301/+111Star
* | | | tcp: md5: remove obsolete md5_add() methodEric Dumazet2012-01-312-17/+0Star
* | | | net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2012-01-302-0/+49
* | | | ipv6: fix RFC5722 commentEric Dumazet2012-01-301-4/+3Star
* | | | net: Allow ipv6 proxies and arp proxies be shown with iproute2Tony Zelenoff2012-01-301-3/+87
* | | | ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller2012-01-281-5/+3Star
* | | | ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2012-01-282-3/+11
* | | | ipv6: fib: Convert fib6_age() to dst_neigh_lookup().David S. Miller2012-01-281-5/+14
* | | | ipv6: ndisc: Convert to dst_neigh_lookup()David S. Miller2012-01-281-6/+12
* | | | ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller2012-01-281-3/+10
* | | | ipv6: Use ipv6_addr_any()David S. Miller2012-01-261-2/+1Star