Age | Commit message (Expand) | Author | Files | Lines |
2018-10-18 | sctp: fix the data size calculation in sctp_data_size | Xin Long | 1 | -1/+1 |
2018-10-18 | geneve, vxlan: Don't set exceptions if skb->len < mtu | Stefano Brivio | 1 | -0/+10 |
2018-10-16 | sctp: use the pmtu from the icmp packet to update transport pathmtu | Xin Long | 1 | -0/+2 |
2018-10-16 | ipv6: rate-limit probes for neighbourless routes | Sabrina Dubroca | 1 | -0/+4 |
2018-10-11 | net: ipv4: update fnhe_pmtu when first hop's MTU changes | Sabrina Dubroca | 1 | -0/+1 |
2018-10-10 | devlink: Add helper function for safely copy string param | Moshe Shemesh | 1 | -2/+10 |
2018-10-10 | devlink: Fix param set handling for string type | Moshe Shemesh | 1 | -1/+1 |
2018-10-03 | inet: make sure to grab rcu_read_lock before using ireq->ireq_opt | Eric Dumazet | 1 | -5/+0 |
2018-10-02 | tcp/dccp: fix lockdep issue when SYN is backlogged | Eric Dumazet | 1 | -2/+1 |
2018-09-29 | netlink: fix typo in nla_parse_nested() comment | Johannes Berg | 1 | -1/+1 |
2018-09-28 | Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 1 | -2/+0 |
2018-09-27 | bonding: avoid possible dead-lock | Mahesh Bandewar | 1 | -6/+1 |
2018-09-26 | cfg80211: fix reg_query_regdb_wmm kernel-doc | Randy Dunlap | 1 | -2/+0 |
2018-09-19 | NFC: Fix the number of pipes | Suren Baghdasaryan | 1 | -1/+1 |
2018-09-13 | tls: zero the crypto information from tls_context before freeing | Sabrina Dubroca | 1 | -10/+9 |
2018-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -1/+1 |
2018-09-04 | Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2 | -4/+4 |
2018-08-29 | netfilter: nf_tables: rework ct timeout set support | Florian Westphal | 1 | -1/+1 |
2018-08-28 | cfg80211: make wmm_rule part of the reg_rule structure | Stanislaw Gruszka | 2 | -4/+4 |
2018-08-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -18/+14 |
2018-08-23 | net_sched: fix unused variable warning in stmmac | Arnd Bergmann | 1 | -1/+1 |
2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2018-08-21 | net_sched: remove unused tcfa_capab | Cong Wang | 1 | -2/+0 |
2018-08-21 | net_sched: remove list_head from tc_action | Cong Wang | 2 | -12/+14 |
2018-08-21 | net_sched: remove unused tcf_idr_check() | Cong Wang | 1 | -2/+0 |
2018-08-21 | net_sched: remove unnecessary ops->delete() | Cong Wang | 1 | -2/+0 |
2018-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -3/+7 |
2018-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -0/+4 |
2018-08-18 | Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux | Linus Torvalds | 1 | -7/+4 |
2018-08-17 | tcp, ulp: add alias for all ulp modules | Daniel Borkmann | 1 | -0/+4 |
2018-08-16 | netfilter: nf_tables: fix register ordering | Florian Westphal | 1 | -1/+1 |
2018-08-16 | netfilter: nft_set: fix allocation size overflow in privsize callback. | Taehee Yoo | 1 | -2/+2 |
2018-08-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 66 | -335/+1709 |
2018-08-15 | Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2018-08-14 | inet/connection_sock: prefer _THIS_IP_ to current_text_addr | Nick Desaulniers | 1 | -1/+2 |
2018-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 4 | -6/+51 |
2018-08-13 | ipv6: Add icmp_echo_ignore_all support for ICMPv6 | Virgile Jarry | 1 | -0/+1 |
2018-08-13 | net/tls: Combined memory allocation for decryption request | Vakul Garg | 1 | -4/+0 |
2018-08-13 | 9p: Embed wait_queue_head into p9_req_t | Matthew Wilcox | 1 | -1/+1 |
2018-08-13 | 9p: Replace the fidlist with an IDR | Matthew Wilcox | 1 | -6/+3 |
2018-08-12 | ip: add helpers to process in-order fragments faster. | Peter Oskolkov | 1 | -0/+6 |
2018-08-11 | net: core: protect rate estimator statistics pointer with lock | Vlad Buslov | 1 | -2/+2 |
2018-08-11 | net: sched: extend action ops with put_dev callback | Vlad Buslov | 1 | -0/+1 |
2018-08-11 | net/sctp: Replace in/out stream arrays with flex_array | Konstantin Khorenko | 1 | -4/+5 |
2018-08-11 | net/sctp: Make wrappers for accessing in/out streams | Konstantin Khorenko | 1 | -10/+25 |
2018-08-11 | tcp: mandate a one-time immediate ACK | Yuchung Cheng | 1 | -1/+2 |
2018-08-11 | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection | Martin KaFai Lau | 1 | -2/+1 |
2018-08-11 | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT | Martin KaFai Lau | 2 | -2/+5 |
2018-08-11 | net: Add ID (if needed) to sock_reuseport and expose reuseport_lock | Martin KaFai Lau | 1 | -0/+6 |
2018-08-11 | tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket | Martin KaFai Lau | 2 | -2/+32 |