summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | tcp: mandate a one-time immediate ACKYuchung Cheng2018-08-111-1/+2
| * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-08-101-0/+5
| |\ \ \ \
| | * | | | Bluetooth: Add definitions for LE set address resolutionAnkit Navik2018-08-101-0/+3
| | * | | | Bluetooth: btqca: Introduce HCI_EV_VENDOR and use itMarcel Holtmann2018-08-061-0/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-08-102-10/+13
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4protoPablo Neira Ayuso2018-08-071-2/+0
| | * | | | netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso2018-08-071-9/+13
| | * | | | netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma2018-08-071-0/+1
| | |/ / /
| * | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-092-2/+7
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | flow_dissector: allow dissection of tunnel options from metadataSimon Horman2018-08-071-0/+17
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-1/+3
| |\ \ \ \
| | * | | | bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux2018-07-311-1/+3
| * | | | | Merge remote-tracking branch 'net-next/master'Stefan Schmidt2018-08-0644-247/+794
| |\ \ \ \ \ | | | |_|/ / | | |/| | |