summaryrefslogtreecommitdiff
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix the data size calculation in sctp_data_sizeXin Long2018-10-171-1/+1
* geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio2018-10-171-0/+10
* sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long2018-10-151-0/+2
* ipv6: rate-limit probes for neighbourless routesSabrina Dubroca2018-10-151-0/+4
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-101-0/+1
* devlink: Add helper function for safely copy string paramMoshe Shemesh2018-10-101-2/+10
* devlink: Fix param set handling for string typeMoshe Shemesh2018-10-101-1/+1
* inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-021-5/+0
* tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-011-2/+1
* netlink: fix typo in nla_parse_nested() commentJohannes Berg2018-09-291-1/+1
* Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-281-2/+0
|\
| * cfg80211: fix reg_query_regdb_wmm kernel-docRandy Dunlap2018-09-261-2/+0
* | bonding: avoid possible dead-lockMahesh Bandewar2018-09-261-6/+1
* | NFC: Fix the number of pipesSuren Baghdasaryan2018-09-181-1/+1
* | tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-131-10/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-09-111-1/+1
|\ \ | |/ |/|
| * netfilter: nf_tables: rework ct timeout set supportFlorian Westphal2018-08-291-1/+1
* | Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-032-4/+4
|\ \
| * | cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-08-282-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-272-18/+14
|\ \ \ | | |/ | |/|
| * | net_sched: fix unused variable warning in stmmacArnd Bergmann2018-08-221-1/+1
| * | net_sched: remove unused tcfa_capabCong Wang2018-08-211-2/+0
| * | net_sched: remove list_head from tc_actionCong Wang2018-08-212-12/+14
| * | net_sched: remove unused tcf_idr_check()Cong Wang2018-08-211-2/+0
| * | net_sched: remove unnecessary ops->delete()Cong Wang2018-08-211-2/+0
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+1
|\ \ \ | |/ / |/| |
| * | pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-192-3/+7
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-181-0/+4
| |\ \ \
| | * | | tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-08-161-0/+4
| * | | | netfilter: nf_tables: fix register orderingFlorian Westphal2018-08-161-1/+1
| * | | | netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-161-2/+2
| |/ / /
* | | | Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds2018-08-171-7/+4
|\ \ \ \ | |/ / / |/| | |
| * | | 9p: Embed wait_queue_head into p9_req_tMatthew Wilcox2018-08-131-1/+1
| * | | 9p: Replace the fidlist with an IDRMatthew Wilcox2018-08-131-6/+3
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1566-335/+1709
|\ \ \
| * | | inet/connection_sock: prefer _THIS_IP_ to current_text_addrNick Desaulniers2018-08-141-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-134-6/+51
| |\ \ \
| | * | | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-111-2/+1
| | * | | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-112-2/+5
| | * | | net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau2018-08-111-0/+6
| | * | | tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2018-08-112-2/+32
| | * | | xdp: Helper function to clear kernel pointers in xdp_frameToshiaki Makita2018-08-101-0/+7
| * | | | ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry2018-08-131-0/+1
| * | | | net/tls: Combined memory allocation for decryption requestVakul Garg2018-08-131-4/+0
| * | | | ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-08-111-0/+6
| * | | | net: core: protect rate estimator statistics pointer with lockVlad Buslov2018-08-111-2/+2
| * | | | net: sched: extend action ops with put_dev callbackVlad Buslov2018-08-111-0/+1
| * | | | net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko2018-08-111-4/+5
| * | | | net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko2018-08-111-10/+25