Age | Commit message (Expand) | Author | Files | Lines |
2017-02-02 | Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2017-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 10 | -103/+86 |
2017-02-01 | tcp: fix 0 divide in __tcp_select_window() | Eric Dumazet | 1 | -2/+4 |
2017-02-01 | ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim() | Dan Carpenter | 1 | -1/+1 |
2017-02-01 | net/sched: matchall: Fix configuration race | Yotam Gigi | 1 | -82/+45 |
2017-01-31 | svcrpc: fix oops in absence of krb5 module | J. Bruce Fields | 1 | -1/+1 |
2017-01-31 | net/sched: cls_flower: Correct matching on ICMPv6 code | Simon Horman | 1 | -2/+2 |
2017-01-31 | Merge tag 'linux-can-fixes-for-4.10-20170130' of git://git.kernel.org/pub/scm... | David S. Miller | 1 | -7/+16 |
2017-01-30 | ipv6: Paritially checksum full MTU frames | Vlad Yasevich | 1 | -1/+1 |
2017-01-30 | can: bcm: fix hrtimer/tasklet termination in bcm op removal | Oliver Hartkopp | 1 | -7/+16 |
2017-01-30 | can: Fix kernel panic at security_sock_rcv_skb | Eric Dumazet | 5 | -8/+17 |
2017-01-28 | Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -0/+6 |
2017-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 52 | -268/+407 |
2017-01-27 | tcp: don't annotate mark on control socket from tcp_v6_send_response() | Pablo Neira | 5 | -9/+9 |
2017-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 19 | -88/+103 |
2017-01-26 | Merge tag 'batadv-net-for-davem-20170125' of git://git.open-mesh.org/linux-merge | David S. Miller | 1 | -5/+5 |
2017-01-25 | net: dsa: Bring back device detaching in dsa_slave_suspend() | Florian Fainelli | 1 | -0/+2 |
2017-01-25 | tcp: correct memory barrier usage in tcp_check_space() | Jason Baron | 1 | -1/+1 |
2017-01-25 | sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segment | Xin Long | 1 | -1/+1 |
2017-01-25 | sctp: sctp_addr_id2transport should verify the addr before looking up assoc | Xin Long | 1 | -1/+5 |
2017-01-25 | lwtunnel: Fix oops on state free after encap module unload | Robert Shearman | 1 | -1/+5 |
2017-01-25 | net: Specify the owning module for lwtunnel ops | Robert Shearman | 5 | -0/+6 |
2017-01-25 | tipc: fix cleanup at module unload | Parthasarathy Bhuvaragan | 1 | -3/+1 |
2017-01-25 | tipc: ignore requests when the connection state is not CONNECTED | Parthasarathy Bhuvaragan | 1 | -6/+7 |
2017-01-25 | tipc: fix nametbl_lock soft lockup at module exit | Parthasarathy Bhuvaragan | 1 | -11/+5 |
2017-01-25 | tipc: fix connection refcount error | Parthasarathy Bhuvaragan | 1 | -9/+10 |
2017-01-25 | tipc: add subscription refcount to avoid invalid delete | Parthasarathy Bhuvaragan | 2 | -54/+71 |
2017-01-25 | tipc: fix nametbl_lock soft lockup at node/link events | Parthasarathy Bhuvaragan | 1 | -2/+7 |
2017-01-24 | netfilter: nf_tables: bump set->ndeact on set flush | Pablo Neira Ayuso | 1 | -0/+1 |
2017-01-24 | netfilter: nf_tables: deconstify walk callback function | Pablo Neira Ayuso | 3 | -14/+14 |
2017-01-24 | netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCL | Pablo Neira Ayuso | 1 | -7/+9 |
2017-01-24 | netfilter: nft_log: restrict the log prefix length to 127 | Liping Zhang | 2 | -2/+2 |
2017-01-24 | SUNRPC: cleanup ida information when removing sunrpc module | Kinglong Mee | 2 | -0/+6 |
2017-01-24 | ipv6: fix ip6_tnl_parse_tlv_enc_lim() | Eric Dumazet | 1 | -12/+22 |
2017-01-24 | ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit() | Eric Dumazet | 2 | -0/+5 |
2017-01-24 | af_unix: move unix_mknod() out of bindlock | WANG Cong | 1 | -11/+16 |
2017-01-24 | mac80211: don't try to sleep in rate_control_rate_init() | Johannes Berg | 1 | -2/+0 |
2017-01-24 | netfilter: nf_tables: validate the name size when possible | Liping Zhang | 4 | -11/+22 |
2017-01-23 | net: dsa: Check return value of phy_connect_direct() | Florian Fainelli | 1 | -4/+2 |
2017-01-23 | net: mpls: Fix multipath selection for LSR use case | David Ahern | 1 | -23/+25 |
2017-01-20 | Merge tag 'ceph-for-4.10-rc5' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -1/+1 |
2017-01-20 | bridge: netlink: call br_changelink() during br_dev_newlink() | Ivan Vecera | 1 | -14/+19 |
2017-01-20 | Revert "net: sctp: fix array overrun read on sctp_timer_tbl" | David S. Miller | 1 | -1/+1 |
2017-01-20 | net: sctp: fix array overrun read on sctp_timer_tbl | Colin Ian King | 1 | -1/+1 |
2017-01-20 | ipv6: seg6_genl_set_tunsrc() must check kmemdup() return value | Eric Dumazet | 1 | -0/+2 |
2017-01-20 | virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving | Jason Wang | 1 | -2/+2 |
2017-01-19 | tcp: initialize max window for a new fastopen socket | Alexey Kodanev | 1 | -0/+1 |
2017-01-19 | ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock | Kefeng Wang | 1 | -3/+1 |
2017-01-19 | netfilter: conntrack: refine gc worker heuristics, redux | Florian Westphal | 1 | -19/+20 |
2017-01-19 | netfilter: conntrack: remove GC_MAX_EVICTS break | Florian Westphal | 1 | -5/+2 |