aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-10net/smc: cancel event worker during device removalKarsten Graul1-0/+1
2020-03-10ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu1-0/+4
2020-03-10net: memcg: late association of sock to memcgShakeel Butt2-1/+24
2020-03-09mptcp: don't grow mptcp socket receive buffer when rcvbuf is lockedFlorian Westphal1-4/+6
2020-03-09Merge tag 'batadv-next-for-davem-20200306' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-6/+6
2020-03-09Merge tag 'batadv-net-for-davem-20200306' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-0/+4
2020-03-09cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin1-10/+37
2020-03-09net: sched: pie: change tc_pie_xstats->probLeslie Monis1-1/+1
2020-03-09tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+3
2020-03-09bpf: sockmap: Add UDP supportLorenz Bauer1-4/+33
2020-03-09bpf: Add sockmap hooks for UDP socketsLorenz Bauer2-0/+54
2020-03-09bpf: sockmap: Simplify sock_map_init_protoLorenz Bauer1-15/+4
2020-03-09bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer2-84/+106
2020-03-09bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer2-36/+31
2020-03-09skmsg: Update saved hooks only onceLorenz Bauer1-15/+1
2020-03-09bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer2-11/+2
2020-03-08inet_diag: return classid for all socket typesDmitry Yakunin4-34/+28
2020-03-08net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getEric Dumazet1-13/+11
2020-03-08gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet1-2/+10
2020-03-08sched: act: allow user to specify type of HW stats for a filterJiri Pirko2-0/+43
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko1-0/+4
2020-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-14/+26
2020-03-06netfilter: nft_chain_nat: inet family is missing module ownershipPablo Neira Ayuso1-0/+1
2020-03-05mptcp: always include dack if possible.Paolo Abeni1-2/+17
2020-03-05net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter1-3/+16
2020-03-05net: sched: Make FIFO Qdisc offloadablePetr Machata1-6/+91
2020-03-05ethtool: add infrastructure for centralized checking of coalescing parametersJakub Kicinski1-0/+66
2020-03-05hsr: fix refcnt leak of hsr slave interfaceTaehee Yoo1-4/+1
2020-03-05netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal1-7/+3
2020-03-05netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attributePablo Neira Ayuso1-0/+5
2020-03-04net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean1-1/+2
2020-03-04bpf: Add selftests for BPF_MODIFY_RETURNKP Singh1-1/+21
2020-03-04bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh1-9/+28
2020-03-04pie: remove pie_vars->accu_prob_overflowsLeslie Monis2-16/+6
2020-03-04pie: remove unnecessary type castingLeslie Monis1-2/+2
2020-03-04pie: use term backlog instead of qlenLeslie Monis1-11/+11
2020-03-04net/sched: act_ct: Use pskb_network_may_pull()Paul Blakey1-8/+8
2020-03-04net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsPaul Blakey1-34/+26
2020-03-03net: dsa: Add bypass operations for the flower classifier-action filterVladimir Oltean1-0/+60
2020-03-03net: qrtr: Fix FIXME related to qrtr_ns_init()Bjorn Andersson3-11/+3
2020-03-03net: qrtr: Respond to HELLO messageBjorn Andersson1-24/+30
2020-03-04netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski1-0/+2
2020-03-04netfilter: nft_payload: add missing attribute validation for payload csum flagsJakub Kicinski1-0/+1
2020-03-04netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski1-0/+2
2020-03-04netfilter: nf_tables: free flowtable hooks on hook register errorFlorian Westphal1-1/+6
2020-03-04netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin1-3/+3
2020-03-04netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin1-1/+1
2020-03-04netfilter: synproxy: synproxy_cpu_seq_next should increase position indexVasily Averin1-1/+1
2020-03-04netfilter: nf_conntrack: ct_cpu_seq_next should increase position indexVasily Averin1-1/+1
2020-03-03mptcp: Only send DATA_FIN with final mappingMat Martineau1-5/+6