Age | Commit message (Expand) | Author |
2013-02-01 | SUNRPC: Add missing static declaration to _gss_mech_get_by_name | Trond Myklebust |
2013-02-01 | SUNRPC: Avoid RCU dereferences in the transport bind and connect code | Trond Myklebust |
2013-02-01 | SUNRPC: Fix an RCU dereference in xprt_reserve | Trond Myklebust |
2013-02-01 | SUNRPC: Pass pointers to struct rpc_xprt to the congestion window | Trond Myklebust |
2013-02-01 | SUNRPC: Fix an RCU dereference in xs_local_rpcbind | Trond Myklebust |
2013-02-01 | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback | Trond Myklebust |
2013-02-01 | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() | Trond Myklebust |
2013-02-01 | Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2013-01-30 | SUNRPC: When changing the queue priority, ensure that we change the owner | Trond Myklebust |
2013-01-28 | SCTP: Free the per-net sysctl table on net exit. v2 | Vlad Yasevich |
2013-01-28 | IP_GRE: Fix kernel panic in IP_GRE with GRE csum. | Pravin B Shelar |
2013-01-27 | sctp: set association state to established in dupcook_a handler | Xufeng Zhang |
2013-01-27 | ip6mr: limit IPv6 MRT_TABLE identifiers | Dan Carpenter |
2013-01-27 | batman-adv: filter ARP packets with invalid MAC addresses in DAT | Matthias Schiffer |
2013-01-27 | batman-adv: check for more types of invalid IP addresses in DAT | Matthias Schiffer |
2013-01-27 | batman-adv: fix skb leak in batadv_dat_snoop_incoming_arp_reply() | Matthias Schiffer |
2013-01-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2013-01-22 | ipv4: Fix route refcount on pmtu discovery | Steffen Klassert |
2013-01-22 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville |
2013-01-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2013-01-22 | net: net_cls: fd passed in SCM_RIGHTS datagram not set correctly | Daniel Wagner |
2013-01-21 | ipv4: Add a socket release callback for datagram sockets | Steffen Klassert |
2013-01-21 | ipv4: Invalidate the socket cached route on pmtu events if possible | Steffen Klassert |
2013-01-21 | xfrm4: Invalidate all ipv4 routes on IPsec pmtu events | Steffen Klassert |
2013-01-21 | xfrm: fix freed block size calculation in xfrm_policy_fini() | Michal Kubecek |
2013-01-20 | net: splice: fix __splice_segment() | Eric Dumazet |
2013-01-20 | net: splice: avoid high order page splitting | Eric Dumazet |
2013-01-20 | tcp: fix incorrect LOCKDROPPEDICMPS counter | Eric Dumazet |
2013-01-18 | ipv6: Add an error handler for icmp6 | Steffen Klassert |
2013-01-18 | net/xfrm/xfrm_replay: avoid division by zero | Nickolai Zeldovich |
2013-01-17 | sctp: refactor sctp_outq_teardown to insure proper re-initalization | Neil Horman |
2013-01-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2013-01-17 | ipv4: Don't update the pmtu on mtu locked routes | Steffen Klassert |
2013-01-17 | ipv4: Remove output route check in ipv4_mtu | Steffen Klassert |
2013-01-17 | ipv6: fix header length calculation in ip6_append_data() | Romain KUNTZ |
2013-01-16 | mac80211: add encrypt headroom to PERR frames | Bob Copeland |
2013-01-16 | mac80211: set NEED_TXPROCESSING for PERR frames | Bob Copeland |
2013-01-16 | mac80211: fix monitor mode injection | Felix Fietkau |
2013-01-16 | mac80211: synchronize scan off/on-channel and PS states | Stanislaw Gruszka |
2013-01-16 | mac80211: fix FT roaming | Johannes Berg |
2013-01-14 | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller |
2013-01-14 | tcp: fix a panic on UP machines in reqsk_fastopen_remove | Eric Dumazet |
2013-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2013-01-13 | netfilter: x_tables: print correct hook names for ARP | Jan Engelhardt |
2013-01-12 | netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netns | Pablo Neira Ayuso |
2013-01-11 | net, wireless: overwrite default_ethtool_ops | Stanislaw Gruszka |
2013-01-11 | Merge tag 'nfs-for-3.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2013-01-10 | tcp: accept RST without ACK flag | Eric Dumazet |
2013-01-10 | nfs: fix sunrpc/clnt.c kernel-doc warnings | Randy Dunlap |
2013-01-10 | ipv6: use addrconf_get_prefix_route for prefix route lookup [v2] | Romain Kuntz |