summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-10devlink: Add helper function for safely copy string paramMoshe Shemesh
2018-10-10devlink: Fix param set handling for string typeMoshe Shemesh
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-09-29netlink: fix typo in nla_parse_nested() commentJohannes Berg
2018-09-28Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-09-26bonding: avoid possible dead-lockMahesh Bandewar
2018-09-26cfg80211: fix reg_query_regdb_wmm kernel-docRandy Dunlap
2018-09-18NFC: Fix the number of pipesSuren Baghdasaryan
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca
2018-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-08-29netfilter: nf_tables: rework ct timeout set supportFlorian Westphal
2018-08-28cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-08-22net_sched: fix unused variable warning in stmmacArnd Bergmann
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-21net_sched: remove unused tcfa_capabCong Wang
2018-08-21net_sched: remove list_head from tc_actionCong Wang
2018-08-21net_sched: remove unused tcf_idr_check()Cong Wang
2018-08-21net_sched: remove unnecessary ops->delete()Cong Wang
2018-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-08-16netfilter: nf_tables: fix register orderingFlorian Westphal
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-15Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-08-14inet/connection_sock: prefer _THIS_IP_ to current_text_addrNick Desaulniers
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-13ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox
2018-08-11ip: add helpers to process in-order fragments faster.Peter Oskolkov
2018-08-11net: core: protect rate estimator statistics pointer with lockVlad Buslov
2018-08-11net: sched: extend action ops with put_dev callbackVlad Buslov
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko
2018-08-11tcp: mandate a one-time immediate ACKYuchung Cheng
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-08-11net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau
2018-08-11tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau
2018-08-10Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-08-10Bluetooth: Add definitions for LE set address resolutionAnkit Navik
2018-08-10xdp: Helper function to clear kernel pointers in xdp_frameToshiaki Makita