| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-21 | 1 | -0/+9 |
* | net: dsa: ensure linearized SKBs in case of tail taggers | Lino Sanfilippo | 2021-07-21 | 1 | -5/+9 |
* | tcp: disable TFO blackhole logic by default | Wei Wang | 2021-07-21 | 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 |
* | net: Fix zero-copy head len calculation. | Pravin B Shelar | 2021-07-18 | 1 | -1/+4 |
* | net: decnet: Fix sleeping inside in af_decnet | Yajun Deng | 2021-07-16 | 1 | -15/+12 |
* | skbuff: Fix a potential race while recycling page_pool packets | Ilias Apalodimas | 2021-07-16 | 1 | -1/+12 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2021-07-15 | 5 | -11/+26 |
|\ |
|
| * | bpf, sockmap, udp: sk_prot needs inuse_idx set for proc stats | Jakub Sitnicki | 2021-07-15 | 1 | -1/+1 |
| * | bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc stats | John Fastabend | 2021-07-15 | 1 | -1/+1 |
| * | bpf, sockmap: Fix potential memory leak on unlikely error case | John Fastabend | 2021-07-15 | 1 | -5/+11 |
| * | xdp, net: Fix use-after-free in bpf_xdp_link_release | Xuan Zhuo | 2021-07-13 | 1 | -4/+10 |
| * | bpf, test: fix NULL pointer dereference on invalid expected_attach_type | Xuan Zhuo | 2021-07-12 | 1 | -0/+3 |
* | | net: fix uninit-value in caif_seqpkt_sendmsg | Ziyang Xuan | 2021-07-15 | 1 | -1/+2 |
* | | net_sched: introduce tracepoint trace_qdisc_enqueue() | Qitao Xu | 2021-07-15 | 1 | -4/+16 |
* | | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-07-14 | 61 | -174/+671 |
|\ \ |
|
| * | | net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le... | Vladimir Oltean | 2021-07-13 | 1 | -2/+2 |
| * | | net: Use nlmsg_unicast() instead of netlink_unicast() | Yajun Deng | 2021-07-13 | 8 | -27/+13 |
| * | | ipv6: allocate enough headroom in ip6_finish_output2() | Vasily Averin | 2021-07-12 | 1 | -0/+28 |
| * | | net: bridge: multicast: fix MRD advertisement router port marking race | Nikolay Aleksandrov | 2021-07-11 | 1 | -0/+4 |
| * | | net: bridge: multicast: fix PIM hello router port marking race | Nikolay Aleksandrov | 2021-07-11 | 1 | -0/+2 |
| |/ |
|
| * | mptcp: properly account bulk freed memory | Paolo Abeni | 2021-07-09 | 4 | -6/+18 |
| * | mptcp: avoid processing packet if a subflow reset | Jianguo Wu | 2021-07-09 | 2 | -10/+28 |
| * | mptcp: fix syncookie process if mptcp can not_accept new subflow | Jianguo Wu | 2021-07-09 | 1 | -3/+3 |
| * | mptcp: remove redundant req destruct in subflow_check_req() | Jianguo Wu | 2021-07-09 | 1 | -5/+0 |
| * | mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow join | Jianguo Wu | 2021-07-09 | 1 | -1/+15 |
| * | net: ip_tunnel: fix mtu calculation for ETHER tunnel devices | Hangbin Liu | 2021-07-09 | 1 | -3/+15 |
| * | net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache | Antoine Tenart | 2021-07-09 | 1 | -0/+2 |
| * | tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy path | Talal Ahmad | 2021-07-09 | 1 | -0/+3 |
| * | net: send SYNACK packet with accepted fwmark | Alexander Ovechkin | 2021-07-09 | 1 | -1/+1 |
| * | net/ncsi: add dummy response handler for Intel boards | Ivan Mikhaylov | 2021-07-08 | 1 | -1/+8 |
| * | net/ncsi: add NCSI Intel OEM command to keep PHY up | Ivan Mikhaylov | 2021-07-08 | 3 | -0/+56 |
| * | net/ncsi: fix restricted cast warning of sparse | Ivan Mikhaylov | 2021-07-08 | 2 | -4/+4 |
| * | ipv6: tcp: drop silly ICMPv6 packet too big messages | Eric Dumazet | 2021-07-08 | 2 | -2/+18 |
| * | skbuff: Fix build with SKB extensions disabled | Florian Fainelli | 2021-07-08 | 1 | -1/+2 |
| * | ipmr: Fix indentation issue | Roy, UjjaL | 2021-07-07 | 1 | -1/+1 |
| * | sock: unlock on error in sock_setsockopt() | Dan Carpenter | 2021-07-07 | 1 | -2/+4 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2021-07-07 | 8 | -44/+84 |
| |\ |
|
| | * | netfilter: nft_last: incorrect arithmetics when restoring last used | Pablo Neira Ayuso | 2021-07-06 | 1 | -1/+1 |