Age | Commit message (Expand) | Author |
2017-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2017-04-13 | netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usage | Gao Feng |
2017-04-13 | netfilter: nft_hash: do not dump the auto generated seed | Liping Zhang |
2017-04-12 | ipv6: Fix idev->addr_list corruption | Rabin Vincent |
2017-04-12 | net: xdp: don't export dev_change_xdp_fd() | Johannes Berg |
2017-04-11 | bridge: netlink: register netdevice before executing changelink | Ido Schimmel |
2017-04-11 | bridge: implement missing ndo_uninit() | Ido Schimmel |
2017-04-09 | tcp: clear saved_syn in tcp_disconnect() | Eric Dumazet |
2017-04-08 | netfilter: nf_ct_expect: use proper RCU list traversal/update APIs | Liping Zhang |
2017-04-08 | netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULL | Liping Zhang |
2017-04-08 | netfilter: make it safer during the inet6_dev->addr_list traversal | Liping Zhang |
2017-04-08 | netfilter: ctnetlink: make it safer when checking the ct helper name | Liping Zhang |
2017-04-08 | netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_find | Gao Feng |
2017-04-08 | netfilter: ctnetlink: using bit to represent the ct event | Liping Zhang |
2017-04-08 | netfilter: xt_TCPMSS: add more sanity tests on tcph->doff | Eric Dumazet |
2017-04-08 | net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skb | Gao Feng |
2017-04-08 | l2tp: don't mask errors in pppol2tp_getsockopt() | Guillaume Nault |
2017-04-08 | l2tp: don't mask errors in pppol2tp_setsockopt() | Guillaume Nault |
2017-04-07 | tcp: restrict F-RTO to work-around broken middle-boxes | Yuchung Cheng |
2017-04-06 | sctp: listen on the sock only when it's state is listening or closed | Xin Long |
2017-04-06 | net_sched: check noop_qdisc before qdisc_hash_add() | WANG Cong |
2017-04-06 | net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given | Florian Larysch |
2017-04-06 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller |
2017-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-04-05 | tcp: fix reordering SNMP under-counting | Yuchung Cheng |
2017-04-05 | tcp: fix lost retransmit SNMP under-counting | Yuchung Cheng |
2017-04-05 | sctp: get sock from transport in sctp_transport_update_pmtu | Xin Long |
2017-04-04 | l2tp: fix PPP pseudo-wire auto-loading | Guillaume Nault |
2017-04-04 | l2tp: take reference on sessions being dumped | Guillaume Nault |
2017-04-03 | tcp: minimize false-positives on TCP/GRO check | Marcelo Ricardo Leitner |
2017-04-03 | sctp: check for dst and pathmtu update in sctp_packet_config | Xin Long |
2017-04-03 | flow dissector: correct size of storage for ARP | Simon Horman |
2017-04-02 | make skb_copy_datagram_msg() et.al. preserve ->msg_iter on error | Al Viro |
2017-04-01 | l2tp: take a reference on sessions used in genetlink handlers | Guillaume Nault |
2017-04-01 | l2tp: hold session while sending creation notifications | Guillaume Nault |
2017-04-01 | l2tp: fix duplicate session creation | Guillaume Nault |
2017-04-01 | l2tp: ensure session can't get removed during pppol2tp_session_ioctl() | Guillaume Nault |
2017-04-01 | l2tp: fix race in l2tp_recv_common() | Guillaume Nault |
2017-04-01 | sctp: use right in and out stream cnt | Xin Long |
2017-04-01 | Merge tag 'mac80211-for-davem-2017-03-31' of git://git.kernel.org/pub/scm/lin... | David S. Miller |
2017-04-01 | openvswitch: Fix ovs_flow_key_update() | Yi-Hung Wei |
2017-04-01 | Merge tag 'nfsd-4.11-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2017-03-30 | sctp: alloc stream info when initializing asoc | Xin Long |
2017-03-30 | net/packet: fix overflow in check for tp_reserve | Andrey Konovalov |
2017-03-30 | net/packet: fix overflow in check for tp_frame_nr | Andrey Konovalov |
2017-03-30 | net/packet: fix overflow in check for priv area size | Andrey Konovalov |
2017-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2017-03-29 | Merge branch 'apw' (xfrm_user fixes) | Linus Torvalds |
2017-03-29 | l2tp: purge socket queues in the .destruct() callback | Guillaume Nault |
2017-03-29 | l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6 | Guillaume Nault |