Age | Commit message (Expand) | Author | Files | Lines |
2015-09-20 | net: Fix behaviour of unreachable, blackhole and prohibit routes | Nikola Forró | 2 | -3/+7 |
2015-09-19 | SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose | Trond Myklebust | 1 | -1/+0 |
2015-09-19 | SUNRPC: Lock the transport layer on shutdown | Trond Myklebust | 1 | -0/+6 |
2015-09-17 | tcp_cubic: do not set epoch_start in the future | Eric Dumazet | 1 | -2/+8 |
2015-09-17 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -6/+6 |
2015-09-17 | atm: deal with setting entry before mkip was called | Sasha Levin | 1 | -0/+3 |
2015-09-17 | ipv6: ip6_fragment: fix headroom tests and skb leak | Florian Westphal | 1 | -6/+8 |
2015-09-17 | net: Fix vti use case with oif in dst lookups | David Ahern | 3 | -2/+5 |
2015-09-17 | openvswitch: Fix IPv6 exthdr handling with ct helpers. | Joe Stringer | 1 | -3/+5 |
2015-09-17 | SUNRPC: Ensure that we wait for connections to complete before retrying | Trond Myklebust | 1 | -3/+8 |
2015-09-17 | ipv6: include NLM_F_REPLACE in route replace notifications | Roopa Prabhu | 2 | -5/+6 |
2015-09-17 | SUNRPC: drop null test before destroy functions | Julia Lawall | 1 | -8/+4 |
2015-09-17 | SUNRPC: Fix races between socket connection and destroy code | Trond Myklebust | 1 | -0/+3 |
2015-09-17 | libceph: don't access invalid memory in keepalive2 path | Ilya Dryomov | 1 | -4/+5 |
2015-09-17 | netfilter: nf_log: wait for rcu grace after logger unregistration | Pablo Neira Ayuso | 1 | -0/+1 |
2015-09-17 | Bluetooth: Delay check for conn->smp in smp_conn_security() | Johan Hedberg | 1 | -6/+6 |
2015-09-15 | dccp: drop null test before destroy functions | Julia Lawall | 2 | -10/+5 |
2015-09-15 | net: core: drop null test before destroy functions | Julia Lawall | 1 | -8/+4 |
2015-09-15 | openvswitch: Fix mask generation for nested attributes. | Jesse Gross | 1 | -23/+59 |
2015-09-15 | rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlink | Roopa Prabhu | 1 | -10/+16 |
2015-09-15 | ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel | Martin KaFai Lau | 2 | -26/+34 |
2015-09-15 | ipv6: Avoid double dst_free | Martin KaFai Lau | 3 | -9/+16 |
2015-09-15 | ipv6: Fix dst_entry refcnt bugs in ip6_tunnel | Martin KaFai Lau | 2 | -46/+114 |
2015-09-15 | ipv6: Rename the dst_cache helper functions in ip6_tunnel | Martin KaFai Lau | 2 | -8/+8 |
2015-09-15 | ipv6: Refactor common ip6gre_tunnel_init codes | Martin KaFai Lau | 1 | -13/+24 |
2015-09-14 | netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC | Pablo Neira Ayuso | 1 | -6/+18 |
2015-09-14 | netfilter: nf_log: don't zap all loggers on unregister | Florian Westphal | 1 | -2/+6 |
2015-09-11 | openvswitch: Fix dependency on IPv6 defrag. | Joe Stringer | 1 | -1/+2 |
2015-09-11 | bridge: fix igmpv3 / mldv2 report parsing | Linus Lüssing | 1 | -2/+2 |
2015-09-11 | sctp: fix race on protocol/netns initialization | Marcelo Ricardo Leitner | 1 | -23/+41 |
2015-09-11 | ebpf: emit correct src_reg for conditional jumps | Tycho Andersen | 1 | -1/+1 |
2015-09-11 | netlink, mmap: transform mmap skb into full skb on taps | Daniel Borkmann | 2 | -7/+32 |
2015-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 6 | -66/+111 |
2015-09-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 34 | -108/+461 |
2015-09-10 | tcp_cubic: better follow cubic curve after idle period | Eric Dumazet | 1 | -0/+16 |
2015-09-10 | tcp: generate CA_EVENT_TX_START on data frames | Neal Cardwell | 1 | -3/+3 |
2015-09-09 | netlink, mmap: fix edge-case leakages in nf queue zero-copy | Daniel Borkmann | 2 | -8/+15 |
2015-09-09 | netlink, mmap: don't walk rx ring on poll if receive queue non-empty | Daniel Borkmann | 1 | -5/+12 |
2015-09-09 | ipv6: fix ifnullfree.cocci warnings | Wu Fengguang | 1 | -2/+1 |
2015-09-09 | net: ipv6: use common fib_default_rule_pref | Phil Sutter | 6 | -17/+3 |
2015-09-09 | ipv6: fix multipath route replace error recovery | Roopa Prabhu | 1 | -26/+175 |
2015-09-09 | RDS: verify the underlying transport exists before creating a connection | Sasha Levin | 1 | -0/+6 |
2015-09-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 14 | -106/+34 |
2015-09-09 | libceph: check data_len in ->alloc_msg() | Ilya Dryomov | 2 | -40/+18 |
2015-09-08 | net: tipc: fix stall during bclink wakeup procedure | Kolmakov Dmitriy | 1 | -1/+29 |
2015-09-08 | net: bridge: remove unnecessary switchdev include | Vivien Didelot | 1 | -1/+0 |
2015-09-08 | net: bridge: check __vlan_vid_del for error | Vivien Didelot | 1 | -4/+13 |
2015-09-08 | libceph: use keepalive2 to verify the mon session is alive | Yan, Zheng | 3 | -13/+84 |
2015-09-08 | libceph: set 'exists' flag for newly up osd | Yan, Zheng | 1 | -1/+1 |
2015-09-08 | libceph: rename con_work() to ceph_con_workfn() | Ilya Dryomov | 1 | -3/+3 |