aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-10-20Merge branch 'master-next'Bruce Ashfield
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-10-16Merge branch 'master-next'Bruce Ashfield
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-15Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH"Jakub Kicinski
2020-10-15net, sockmap: Don't call bpf_prog_put() on NULL pointerAlex Dewar
2020-10-15bpf, sockmap: Add locking annotations to iteratorLorenz Bauer
2020-10-15netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statementsDavide Caratti
2020-10-15net: fix pos incrementment in ipv6_route_seq_nextYonghong Song
2020-10-15net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul
2020-10-15net/smc: fix valid DMBE buffer sizesKarsten Graul
2020-10-15net/smc: fix use-after-free of delayed eventsKarsten Graul
2020-10-15bpfilter: Fix build error with CONFIG_BPFILTER_UMHYueHaibing
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells
2020-10-15rxrpc: Fix bundle counting for exclusive connectionsDavid Howells
2020-10-14netfilter: restore NF_INET_NUMHOOKSPablo Neira Ayuso
2020-10-14ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers
2020-10-14ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers
2020-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2020-10-13ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang
2020-10-13xfrm: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-13net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-13mac80211: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-13iptunnel: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-13net: dsa: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-13net: bridge: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-13net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit
2020-10-13net/af_unix: Remove unused old_pid variableOr Cohen
2020-10-13socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers
2020-10-13socket: fix option SO_TIMESTAMPING_NEWChristian Eggers
2020-10-13net/tls: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-13net/ipv6: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-13tcp: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2020-10-12netfilter: nftables: extend error reporting for chain updatesPablo Neira Ayuso
2020-10-12can: remove obsolete version stringsOliver Hartkopp
2020-10-12can: isotp: implement cleanups / improvements from reviewOliver Hartkopp
2020-10-11bpf, sockmap: Allow skipping sk_skb parser programJohn Fastabend
2020-10-11bpf, sockmap: Check skb_verdict and skb_parser programs explicitlyJohn Fastabend
2020-10-11bpf, sockmap: Add memory accounting so skbs on ingress lists are visibleJohn Fastabend
2020-10-11bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanupJohn Fastabend
2020-10-11bpf, sockmap: Remove dropped data on errors in redirect caseJohn Fastabend