Age | Commit message (Expand) | Author | Files | Lines |
2015-12-12 | openvswitch: Respect conntrack zone even if invalid | Joe Stringer | 1 | -2/+5 |
2015-12-12 | openvswitch: Fix helper reference leak | Joe Stringer | 1 | -1/+8 |
2015-12-12 | ipv6: sctp: clone options to avoid use after free | Eric Dumazet | 1 | -0/+8 |
2015-12-12 | xfrm: add rcu protection to sk->sk_policy[] | Eric Dumazet | 2 | -13/+26 |
2015-12-12 | xfrm: add rcu grace period in xfrm_policy_destroy() | Eric Dumazet | 1 | -2/+9 |
2015-12-10 | netfilter: nf_dup: add missing dependencies with NF_CONNTRACK | Pablo Neira Ayuso | 2 | -0/+2 |
2015-12-10 | netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in ... | Pablo Neira Ayuso | 1 | -2/+0 |
2015-12-10 | netfilter: nfnetlink: avoid recurrent netns lookups in call_batch | Pablo Neira Ayuso | 2 | -52/+46 |
2015-12-10 | rfkill: copy the name into the rfkill struct | Johannes Berg | 1 | -3/+3 |
2015-12-09 | netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failure | Nikolay Borisov | 1 | -0/+1 |
2015-12-08 | xfrm: take care of request sockets | Eric Dumazet | 1 | -0/+2 |
2015-12-08 | ipv6: sctp: fix lockdep splat in sctp_v6_get_dst() | Eric Dumazet | 1 | -2/+1 |
2015-12-08 | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 3 | -9/+31 |
2015-12-08 | mpls: fix sending of local encapped packets | Robert Shearman | 1 | -2/+2 |
2015-12-08 | SUNRPC: Fix callback channel | Trond Myklebust | 2 | -8/+12 |
2015-12-07 | Merge branch 'master' into for-4.4-fixes | Tejun Heo | 96 | -617/+1044 |
2015-12-07 | batman-adv: Fix invalid stack access in batadv_dat_select_candidates | Sven Eckelmann | 1 | -1/+4 |
2015-12-07 | batman-adv: fix erroneous client entry duplicate detection | Marek Lindner | 1 | -2/+4 |
2015-12-07 | batman-adv: avoid keeping false temporary entry | Simon Wunderlich | 1 | -2/+8 |
2015-12-07 | batman-adv: fix speedy join for DAT cache replies | Simon Wunderlich | 1 | -4/+15 |
2015-12-07 | sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN... | lucien | 2 | -1/+3 |
2015-12-06 | sctp: only drop the reference on the datamsg after sending a msg | lucien | 1 | -4/+2 |
2015-12-06 | sctp: hold the chunks only after the chunk is enqueued in outq | lucien | 2 | -2/+1 |
2015-12-06 | sctp: also copy sk_tsflags when copying the socket | Marcelo Ricardo Leitner | 1 | -0/+1 |
2015-12-06 | sctp: update the netstamp_needed counter when copying sockets | Marcelo Ricardo Leitner | 2 | -2/+3 |
2015-12-06 | sctp: use the same clock as if sock source timestamps were on | Marcelo Ricardo Leitner | 1 | -2/+2 |
2015-12-06 | ipv6: keep existing flags when setting IFA_F_OPTIMISTIC | Bjørn Mork | 1 | -1/+1 |
2015-12-05 | gre6: allow to update all parameters via rtnl | Nicolas Dichtel | 1 | -5/+3 |
2015-12-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 70 | -298/+596 |
2015-12-03 | Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 6 | -15/+21 |
2015-12-03 | net_sched: fix qdisc_tree_decrease_qlen() races | Eric Dumazet | 4 | -14/+23 |
2015-12-03 | openvswitch: fix hangup on vxlan/gre/geneve device deletion | Paolo Abeni | 2 | -3/+7 |
2015-12-03 | ipv4: igmp: Allow removing groups from a removed interface | Andrew Lunn | 1 | -2/+3 |
2015-12-03 | ipv6: sctp: implement sctp_v6_destroy_sock() | Eric Dumazet | 1 | -1/+8 |
2015-12-03 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -1/+6 |
2015-12-03 | ipv6: kill sk_dst_lock | Eric Dumazet | 6 | -31/+7 |
2015-12-03 | ipv6: sctp: add rcu protection around np->opt | Eric Dumazet | 1 | -3/+10 |
2015-12-03 | cgroup: fix handling of multi-destination migration from subtree_control enab... | Tejun Heo | 2 | -9/+11 |
2015-12-03 | net/neighbour: fix crash at dumping device-agnostic proxy entries | Konstantin Khlebnikov | 1 | -2/+2 |
2015-12-03 | sctp: use GFP_USER for user-controlled kmalloc | Marcelo Ricardo Leitner | 1 | -2/+2 |
2015-12-03 | ipv6: add complete rcu protection around np->opt | Eric Dumazet | 11 | -50/+101 |
2015-12-03 | mac80211: fix off-channel mgmt-tx uninitialized variable usage | Johannes Berg | 1 | -2/+6 |
2015-12-03 | mac80211: do not actively scan DFS channels | Antonio Quartulli | 1 | -4/+5 |
2015-12-03 | mac80211: don't teardown sdata on sdata stop | Eliad Peller | 1 | -1/+1 |
2015-12-02 | openvswitch: properly refcount vport-vxlan module | Paolo Abeni | 4 | -5/+9 |
2015-12-01 | net: fix sock_wake_async() rcu protection | Eric Dumazet | 3 | -25/+22 |
2015-12-01 | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 15 | -38/+36 |
2015-12-01 | Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests" | Nicolas Dichtel | 3 | -9/+5 |
2015-11-30 | tcp: initialize tp->copied_seq in case of cross SYN connection | Eric Dumazet | 1 | -0/+1 |
2015-11-30 | af-unix: passcred support for sendpage | Hannes Frederic Sowa | 1 | -15/+64 |