summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: kfree_rcu asocXin Long2018-12-171-0/+2
* neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio2018-12-171-5/+23
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-011-0/+1
* Revert "sctp: remove sctp_transport_pmtu_check"Xin Long2018-11-231-0/+12
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-11-041-3/+9
* sctp: fix the data size calculation in sctp_data_sizeXin Long2018-10-181-1/+1
* geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio2018-10-181-0/+10
* sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long2018-10-161-0/+2
* ipv6: rate-limit probes for neighbourless routesSabrina Dubroca2018-10-161-0/+4
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-111-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-031-5/+0Star
* tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-021-2/+1Star
* 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/+0Star
|\
| * cfg80211: fix reg_query_regdb_wmm kernel-docRandy Dunlap2018-09-261-2/+0Star
* | bonding: avoid possible dead-lockMahesh Bandewar2018-09-271-6/+1Star
* | NFC: Fix the number of pipesSuren Baghdasaryan2018-09-191-1/+1
* | tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-131-10/+9Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-09-121-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-042-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/+14Star
|\ \ \ | | |/ | |/|
| * | net_sched: fix unused variable warning in stmmacArnd Bergmann2018-08-231-1/+1
| * | net_sched: remove unused tcfa_capabCong Wang2018-08-211-2/+0Star
| * | 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/+0Star
| * | net_sched: remove unnecessary ops->delete()Cong Wang2018-08-211-2/+0Star
* | | 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-181-7/+4Star
|\ \ \ \ | |/ / / |/| | |
| * | | 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/+3Star
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1666-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/+1Star
| | * | | 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/+0Star