summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann2019-02-061-1/+2
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-311-1/+1
* netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2019-01-221-1/+0Star
* netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2019-01-221-15/+3Star
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-091-3/+35
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-091-0/+20
* xfrm_user: fix freeing of xfrm states on acquireMathias Krause2018-12-291-0/+1
* netfilter: add missing error handling code for register functionsTaehee Yoo2018-12-172-2/+2
* 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