summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers2020-10-141-1/+0
| | * | | | socket: fix option SO_TIMESTAMPING_NEWChristian Eggers2020-10-141-7/+3
| | |/ / /
| | * | | ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern2020-10-101-1/+3
| | * | | mptcp: subflows garbage collectionPaolo Abeni2020-10-103-0/+24
| | * | | mptcp: fix fallback for MP_JOIN subflowsPaolo Abeni2020-10-103-9/+34
| | * | | net: smc: fix missing brace warning for old compilersPujin Shi2020-10-101-2/+2
| | * | | net: smc: fix missing brace warning for old compilersPujin Shi2020-10-101-1/+1
| | * | | Merge tag 'linux-can-fixes-for-5.9-20201008' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-10-101-0/+2
| | |\ \ \
| | | * | | net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde2020-10-081-0/+1
| | | * | | can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang2020-10-081-0/+1
| | * | | | tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le2020-10-102-2/+10
| | * | | | tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang2020-10-101-1/+2
| | * | | | net/tls: sendfile fails with ktls offloadRohit Maheshwari2020-10-101-5/+6
| | * | | | net: ipv6: Discard next-hop MTU less than minimum link MTUGeorg Kohmann2020-10-101-1/+2
| | * | | | net: mptcp: make DACK4/DACK8 usage consistent among all subflowsDavide Caratti2020-10-093-4/+3
| * | | | | netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statementsDavide Caratti2020-10-152-0/+29
| * | | | | rxrpc: Fix loss of final ack on shutdownDavid Howells2020-10-153-3/+7
| * | | | | rxrpc: Fix bundle counting for exclusive connectionsDavid Howells2020-10-151-2/+3
| * | | | | netfilter: restore NF_INET_NUMHOOKSPablo Neira Ayuso2020-10-151-1/+1
| * | | | | xfrm: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-141-21/+1
| * | | | | net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-141-19/+1
| * | | | | mac80211: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-141-22/+1
| * | | | | iptunnel: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-141-22/+1
| * | | | | net: dsa: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-141-20/+1
| * | | | | net: bridge: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-141-20/+1
| * | | | | net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit2020-10-141-0/+34
| * | | | | net/af_unix: Remove unused old_pid variableOr Cohen2020-10-141-2/+0
| * | | | | net/tls: use semicolons rather than commas to separate statementsJulia Lawall2020-10-141-1/+1
| * | | | | net/ipv6: use semicolons rather than commas to separate statementsJulia Lawall2020-10-141-1/+1
| * | | | | tcp: use semicolons rather than commas to separate statementsJulia Lawall2020-10-142-5/+6
| | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-138-68/+262
| |\ \ \ \
| | * | | | bpf, sockmap: Allow skipping sk_skb parser programJohn Fastabend2020-10-122-7/+93
| | * | | | bpf, sockmap: Check skb_verdict and skb_parser programs explicitlyJohn Fastabend2020-10-121-7/+8
| | * | | | bpf, sockmap: Add memory accounting so skbs on ingress lists are visibleJohn Fastabend2020-10-121-16/+15
| | * | | | bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanupJohn Fastabend2020-10-121-7/+7
| | * | | | bpf, sockmap: Remove dropped data on errors in redirect caseJohn Fastabend2020-10-121-14/+14
| | * | | | bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpageJohn Fastabend2020-10-121-2/+0
| | * | | | bpf, sockmap: On receive programs try to fast track SK_PASS ingressJohn Fastabend2020-10-121-2/+15
| | * | | | bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limitsJohn Fastabend2020-10-121-9/+6
| | * | | | bpf: Always return target ifindex in bpf_fib_lookupToke Høiland-Jørgensen2020-10-111-1/+2
| | * | | | bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-111-1/+1
| | * | | | bpf: Add redirect_peer helperDaniel Borkmann2020-10-112-10/+59
| | * | | | bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov2020-10-091-0/+4
| | * | | | xsk: Introduce padding between ring pointersMagnus Karlsson2020-10-091-0/+4
| | * | | | xsk: Remove internal DMA headersBjörn Töpel2020-10-051-3/+0
| | * | | | bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payloadJohn Fastabend2020-10-031-0/+46
| | * | | | bpf: tcp: Do not limit cb_flags when creating child sk from listen skMartin KaFai Lau2020-10-021-1/+0
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-10-137-76/+196
| |\ \ \ \ \
| | * | | | | netfilter: flowtable: reduce calls to pskb_may_pull()Pablo Neira Ayuso2020-10-122-27/+30
| | * | | | | netfilter: nf_tables: add inet ingress supportPablo Neira Ayuso2020-10-122-8/+41