| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-07-31 | 29 | -134/+247 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2021-07-29 | 1 | -11/+28 |
| |\ |
|
| | * | bpf, sockmap: Fix memleak on ingress msg enqueue | John Fastabend | 2021-07-27 | 1 | -6/+0 |
| | * | bpf, sockmap: On cleanup we additionally need to remove cached skb | John Fastabend | 2021-07-27 | 1 | -6/+29 |
| | * | bpf, sockmap: Zap ingress queues after stopping strparser | John Fastabend | 2021-07-27 | 1 | -2/+2 |
| * | | net: let flow have same hash in two directions | zhang kai | 2021-07-28 | 1 | -9/+9 |
| * | | sctp: fix return value check in __sctp_rcv_asconf_lookup | Marcelo Ricardo Leitner | 2021-07-28 | 1 | -1/+1 |
| * | | net: llc: fix skb_over_panic | Pavel Skripkin | 2021-07-27 | 2 | -2/+10 |
| * | | sctp: delete addr based on sin6_scope_id | Chen Shen | 2021-07-26 | 1 | -2/+3 |
| * | | sctp: send pmtu probe only if packet loss in Search Complete state | Xin Long | 2021-07-26 | 1 | -1/+5 |
| * | | sctp: improve the code for pmtu probe send and recv update | Xin Long | 2021-07-26 | 2 | -26/+30 |
| * | | devlink: Fix phys_port_name of virtual port and merge error | Parav Pandit | 2021-07-25 | 1 | -8/+2 |
| * | | tipc: do not write skb_shinfo frags when doing decrytion | Xin Long | 2021-07-24 | 1 | -10/+4 |
| * | | can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP.... | Zhang Changzhong | 2021-07-24 | 1 | -1/+1 |
| * | | can: j1939: j1939_session_deactivate(): clarify lifetime of session object | Oleksij Rempel | 2021-07-24 | 1 | -2/+7 |
| * | | can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF | Ziyang Xuan | 2021-07-24 | 1 | -2/+18 |
| * | | Merge tag 'mac80211-for-net-2021-07-23' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 2021-07-23 | 7 | -33/+63 |
| |\ \ |
|
| | * | | cfg80211: Fix possible memory leak in function cfg80211_bss_update | Nguyen Dinh Phi | 2021-07-23 | 1 | -4/+2 |
| | * | | nl80211: limit band information in non-split data | Johannes Berg | 2021-07-23 | 1 | -1/+4 |
| | * | | mac80211: fix enabling 4-address mode on a sta vif after assoc | Felix Fietkau | 2021-07-23 | 3 | -2/+23 |
| | * | | mac80211: fix starting aggregation sessions on mesh interfaces | Felix Fietkau | 2021-07-23 | 1 | -25/+32 |
| | * | | mac80211: Do not strip skb headroom on monitor frames | Johan Almbladh | 2021-07-23 | 1 | -1/+2 |
| * | | | net: qrtr: fix memory leaks | Pavel Skripkin | 2021-07-23 | 1 | -1/+5 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2021-07-23 | 6 | -10/+41 |
| |\ \ \ |
|
| | * | | | netfilter: nfnl_hook: fix unused variable warning | Arnd Bergmann | 2021-07-23 | 1 | -0/+2 |
| | * | | | netfilter: nft_nat: allow to specify layer 4 protocol NAT only | Pablo Neira Ayuso | 2021-07-23 | 1 | -1/+3 |
| | * | | | netfilter: conntrack: adjust stop timestamp to real expiry value | Florian Westphal | 2021-07-23 | 1 | -1/+6 |
| | * | | | netfilter: nft_last: avoid possible false sharing | Pablo Neira Ayuso | 2021-07-23 | 1 | -7/+13 |
| | * | | | netfilter: flowtable: avoid possible false sharing | Pablo Neira Ayuso | 2021-07-23 | 1 | -1/+5 |
| | * | | | netfilter: nf_tables: fix audit memory leak in nf_tables_commit | Dongliang Mu | 2021-07-17 | 1 | -0/+12 |
| * | | | | ipv6: decrease hop limit counter in ip6_forward() | Kangmin Park | 2021-07-23 | 1 | -2/+3 |
| * | | | | net: Set true network header for ECN decapsulation | Gilad Naaman | 2021-07-23 | 1 | -1/+1 |
| * | | | | tipc: fix sleeping in tipc accept routine | Hoang Le | 2021-07-23 | 1 | -5/+4 |
| * | | | | tipc: fix implicit-connect for SYN+ | Xin Long | 2021-07-23 | 1 | -8/+13 |
| | |/ /
| |/| | |
|
* / | | | af_unix: fix garbage collect vs MSG_PEEK | Miklos Szeredi | 2021-07-28 | 1 | -2/+49 |
|/ / / |
|
* | | | net: sched: cls_api: Fix the the wrong parameter | Yajun Deng | 2021-07-22 | 1 | -1/+1 |
* | | | net: dsa: tag_ksz: dont let the hardware process the layer 4 checksum | Lino Sanfilippo | 2021-07-22 | 1 | -0/+9 |
* | | | net: dsa: ensure linearized SKBs in case of tail taggers | Lino Sanfilippo | 2021-07-22 | 1 | -5/+9 |
* | | | tcp: disable TFO blackhole logic by default | Wei Wang | 2021-07-22 | 2 | -2/+9 |
* | | | sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not set | Xin Long | 2021-07-21 | 1 | -2/+2 |
* | | | udp: check encap socket in __udp_lib_err | Vadim Fedorenko | 2021-07-21 | 2 | -12/+38 |
* | | | sctp: update active_key for asoc when old key is being replaced | Xin Long | 2021-07-21 | 1 | -0/+2 |
* | | | ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions | Paolo Abeni | 2021-07-20 | 1 | -1/+1 |
* | | | net/sched: act_skbmod: Skip non-Ethernet packets | Peilin Ye | 2021-07-20 | 1 | -4/+8 |
* | | | net: bridge: do not replay fdb entries pointing towards the bridge twice | Vladimir Oltean | 2021-07-20 | 1 | -1/+1 |
* | | | ipv6: ip6_finish_output2: set sk into newly allocated nskb | Vasily Averin | 2021-07-20 | 1 | -1/+1 |
* | | | net/tcp_fastopen: fix data races around tfo_active_disable_stamp | Eric Dumazet | 2021-07-19 | 1 | -3/+16 |
* | | | netrom: Decrease sock refcount when sock timers expire | Nguyen Dinh Phi | 2021-07-18 | 1 | -9/+11 |
* | | | sctp: trim optlen when it's a huge value in sctp_setsockopt | Xin Long | 2021-07-18 | 1 | -0/+4 |
* | | | net: sched: fix memory leak in tcindex_partial_destroy_work | Pavel Skripkin | 2021-07-18 | 1 | -1/+4 |