summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-291-2/+2
* tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima2022-07-291-2/+2
* tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima2022-07-291-2/+2
* net: skb: introduce kfree_skb_reason()Menglong Dong2022-07-293-9/+16
* seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer2022-07-211-1/+0
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-291-0/+5
* net: fix data-race in dev_isalive()Eric Dumazet2022-06-292-12/+17
* net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior2022-06-293-14/+14
* bpf: Fix request_sock leak in sk lookup helpersJon Maxwell2022-06-291-6/+28
* netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-141-0/+6
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-06-141-1/+1
* net: remove two BUG() from skb_checksum_help()Eric Dumazet2022-06-091-2/+6
* bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian2022-06-061-2/+2
* net: fix wrong network header lengthLina Wang2022-05-251-1/+3
* net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-251-1/+1
* tcp: resalt the secret every 10 secondsEric Dumazet2022-05-181-3/+9
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-181-2/+2
* bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger2022-05-091-4/+3
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2022-05-011-32/+32
* bpf: Introduce MEM_RDONLY flagHao Luo2022-05-012-2/+2
* bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2022-05-012-2/+2
* net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-201-0/+1
* bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki2022-04-131-1/+2
* bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy2022-04-131-4/+13
* skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker2022-04-131-4/+11
* net: limit altnames to 64k totalJakub Kicinski2022-04-131-0/+11
* net: account alternate interface name memoryJakub Kicinski2022-04-131-1/+1
* net: initialize init_net earlierEric Dumazet2022-04-132-14/+6
* bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki2022-04-131-1/+9
* net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet2022-04-081-0/+32
* net: add skb_set_end_offset() helperEric Dumazet2022-04-081-14/+5
* bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is fullWang Yufen2022-04-081-4/+13
* net-sysfs: add check for netdevice being present to speed_showsuresh kumar2022-03-161-1/+1
* net: fix up skbs delta_truesize in UDP GRO frag_listlena wang2022-03-081-1/+1
* bpf, sockmap: Do not ignore orig_len parameterEric Dumazet2022-03-081-1/+1
* of: net: move of_net under net/Jakub Kicinski2022-03-083-1/+147
* net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-03-022-3/+3
* net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet2022-03-021-2/+2
* bpf: Do not try bpf_msg_push_data with len 0Felix Maurer2022-03-021-0/+3
* net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-231-2/+4
* drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet2022-02-231-2/+9
* rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet2022-02-051-2/+4
* net-procfs: show net devices bound packet typesJianguo Wu2022-02-011-3/+32
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-011-1/+2
* net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar2022-01-271-0/+2
* devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky2022-01-271-2/+0
* netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-271-1/+3
* xdp: check prog type before updating BPF linkToke Høiland-Jørgensen2022-01-271-0/+6
* bpf: Do not WARN in bpf_warn_invalid_xdp_action()Paolo Abeni2022-01-271-3/+3
* net-sysfs: update the queue counts in the unregistration pathAntoine Tenart2022-01-271-0/+3