summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-14net: dsa: use new function dev_fetch_sw_netstatsHeiner Kallweit1-20/+1
2020-10-14net: bridge: use new function dev_fetch_sw_netstatsHeiner Kallweit1-20/+1
2020-10-14net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit1-0/+34
2020-10-14net/af_unix: Remove unused old_pid variableOr Cohen1-2/+0
2020-10-14socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers1-1/+0
2020-10-14socket: fix option SO_TIMESTAMPING_NEWChristian Eggers1-7/+3
2020-10-14net/tls: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-10-14net/ipv6: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-10-14tcp: use semicolons rather than commas to separate statementsJulia Lawall2-5/+6
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso4-7/+38
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-513/+13
2020-10-13Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-10-13Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-20/+21
2020-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski8-68/+262
2020-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski7-76/+196
2020-10-12netfilter: nftables: extend error reporting for chain updatesPablo Neira Ayuso1-5/+14
2020-10-12can: remove obsolete version stringsOliver Hartkopp6-25/+5
2020-10-12can: isotp: implement cleanups / improvements from reviewOliver Hartkopp2-8/+9
2020-10-12bpf, sockmap: Allow skipping sk_skb parser programJohn Fastabend2-7/+93
2020-10-12bpf, sockmap: Check skb_verdict and skb_parser programs explicitlyJohn Fastabend1-7/+8
2020-10-12bpf, sockmap: Add memory accounting so skbs on ingress lists are visibleJohn Fastabend1-16/+15
2020-10-12bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanupJohn Fastabend1-7/+7
2020-10-12bpf, sockmap: Remove dropped data on errors in redirect caseJohn Fastabend1-14/+14
2020-10-12bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpageJohn Fastabend1-2/+0
2020-10-12bpf, sockmap: On receive programs try to fast track SK_PASS ingressJohn Fastabend1-2/+15
2020-10-12bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limitsJohn Fastabend1-9/+6
2020-10-12ipvs: clear skb->tstamp in forwarding pathJulian Anastasov1-0/+6
2020-10-12netfilter: flowtable: reduce calls to pskb_may_pull()Pablo Neira Ayuso2-27/+30
2020-10-12netfilter: nf_tables: add inet ingress supportPablo Neira Ayuso2-8/+41
2020-10-12netfilter: add inet ingress supportPablo Neira Ayuso1-21/+82
2020-10-12netfilter: add nf_ingress_hook() helper functionPablo Neira Ayuso1-2/+7
2020-10-12netfilter: add nf_static_key_{inc,dec}Pablo Neira Ayuso1-6/+17
2020-10-12ipvs: inspect reply packets from DR/TUN real serverslongguang.yue2-15/+22
2020-10-11bpf: Always return target ifindex in bpf_fib_lookupToke Høiland-Jørgensen1-1/+2
2020-10-11net: dsa: tag_ocelot: use VLAN information from tagging header when availableVladimir Oltean1-0/+34
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann1-1/+1
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann2-10/+59
2020-10-10ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern1-1/+3
2020-10-10mptcp: subflows garbage collectionPaolo Abeni3-0/+24
2020-10-10mptcp: fix fallback for MP_JOIN subflowsPaolo Abeni3-9/+34
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi1-2/+2
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi1-1/+1
2020-10-10Merge tag 'linux-can-fixes-for-5.9-20201008' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-0/+2
2020-10-10Merge tag 'mac80211-next-for-net-next-2020-10-08' of git://git.kernel.org/pub...Jakub Kicinski9-3/+38
2020-10-10netlink: export policy in extended ACKJohannes Berg2-0/+66
2020-10-10netlink: policy: refactor per-attr policy writingJohannes Berg1-28/+51
2020-10-10tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le2-2/+10
2020-10-10tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang1-1/+2
2020-10-10net/smc: restore smcd_version when all ISM V2 devices failed to initKarsten Graul1-1/+5