Age | Commit message (Expand) | Author | Files | Lines |
2022-04-13 | net: limit altnames to 64k total | Jakub Kicinski | 1 | -0/+11 |
2022-04-13 | net: account alternate interface name memory | Jakub Kicinski | 1 | -1/+1 |
2022-04-13 | net: initialize init_net earlier | Eric Dumazet | 2 | -14/+6 |
2022-04-13 | bpf: Make dst_port field in struct bpf_sock 16-bit wide | Jakub Sitnicki | 1 | -1/+9 |
2022-04-08 | net: preserve skb_end_offset() in skb_unclone_keeptruesize() | Eric Dumazet | 1 | -0/+32 |
2022-04-08 | net: add skb_set_end_offset() helper | Eric Dumazet | 1 | -14/+5 |
2022-04-08 | bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full | Wang Yufen | 1 | -4/+13 |
2022-03-16 | net-sysfs: add check for netdevice being present to speed_show | suresh kumar | 1 | -1/+1 |
2022-03-08 | net: fix up skbs delta_truesize in UDP GRO frag_list | lena wang | 1 | -1/+1 |
2022-03-08 | bpf, sockmap: Do not ignore orig_len parameter | Eric Dumazet | 1 | -1/+1 |
2022-03-08 | of: net: move of_net under net/ | Jakub Kicinski | 3 | -1/+147 |
2022-03-02 | net-timestamp: convert sk->sk_tskey to atomic_t | Eric Dumazet | 2 | -3/+3 |
2022-03-02 | net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends | Eric Dumazet | 1 | -2/+2 |
2022-03-02 | bpf: Do not try bpf_msg_push_data with len 0 | Felix Maurer | 1 | -0/+3 |
2022-02-23 | net_sched: add __rcu annotation to netdev->qdisc | Eric Dumazet | 1 | -2/+4 |
2022-02-23 | drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit | Eric Dumazet | 1 | -2/+9 |
2022-02-05 | rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink() | Eric Dumazet | 1 | -2/+4 |
2022-02-01 | net-procfs: show net devices bound packet types | Jianguo Wu | 1 | -3/+32 |
2022-02-01 | net: fix information leakage in /proc/net/ptype | Congyu Liu | 1 | -1/+2 |
2022-01-27 | net: fix sock_timestamping_bind_phc() to release device | Miroslav Lichvar | 1 | -0/+2 |
2022-01-27 | devlink: Remove misleading internal_flags from health reporter dump | Leon Romanovsky | 1 | -2/+0 |
2022-01-27 | netns: add schedule point in ops_exit_list() | Eric Dumazet | 1 | -1/+3 |
2022-01-27 | xdp: check prog type before updating BPF link | Toke Høiland-Jørgensen | 1 | -0/+6 |
2022-01-27 | bpf: Do not WARN in bpf_warn_invalid_xdp_action() | Paolo Abeni | 1 | -3/+3 |
2022-01-27 | net-sysfs: update the queue counts in the unregistration path | Antoine Tenart | 1 | -0/+3 |
2022-01-27 | net/sched: flow_dissector: Fix matching on zone id for invalid conns | Paul Blakey | 1 | -1/+2 |
2022-01-27 | bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). | Kuniyuki Iwashima | 1 | -0/+2 |
2022-01-27 | bpf, sockmap: Fix double bpf_prog_put on error case in map_link | John Fastabend | 1 | -8/+13 |
2022-01-11 | lwtunnel: Validate RTA_ENCAP_TYPE attribute length | David Ahern | 1 | -0/+4 |
2022-01-05 | net/sched: Extend qdisc control block with tc control block | Paul Blakey | 1 | -4/+4 |
2021-12-22 | net: Fix double 0x prefix print in SKB dump | Gal Pressman | 1 | -1/+1 |
2021-12-14 | net, neigh: clear whole pneigh_entry at alloc time | Eric Dumazet | 1 | -2/+1 |
2021-12-14 | bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap | John Fastabend | 2 | -1/+9 |
2021-12-14 | devlink: fix netns refcount leak in devlink_nl_cmd_reload() | Eric Dumazet | 1 | -8/+8 |
2021-12-14 | bpf, sockmap: Attach map progs to psock early for feature probes | John Fastabend | 1 | -4/+6 |
2021-12-08 | net: annotate data-races on txq->xmit_lock_owner | Eric Dumazet | 1 | -1/+4 |
2021-12-08 | wireguard: device: reset peer src endpoint when netns exits | Jason A. Donenfeld | 1 | -0/+19 |
2021-12-08 | ipv6: fix memory leak in fib6_rule_suppress | msizanoen1 | 1 | -1/+1 |
2021-11-25 | net: add and use skb_unclone_keeptruesize() helper | Eric Dumazet | 1 | -13/+1 |
2021-11-25 | bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs | Dmitrii Banshchikov | 1 | -0/+6 |
2021-11-25 | sock: fix /proc/net/sockstat underflow in sk_clone_lock() | Tetsuo Handa | 1 | -3/+3 |
2021-11-18 | net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE | Daniel Borkmann | 1 | -9/+13 |
2021-11-18 | bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg | Jussi Maki | 1 | -6/+30 |
2021-11-18 | bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding | John Fastabend | 1 | -0/+22 |
2021-11-18 | skmsg: Lose offset info in sk_psock_skb_ingress | Liu Jian | 1 | -10/+33 |
2021-11-18 | net: stream: don't purge sk_error_queue in sk_stream_kill_queues() | Jakub Kicinski | 1 | -3/+0 |
2021-11-18 | net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE | Daniel Borkmann | 1 | -12/+14 |
2021-11-18 | net: net_namespace: Fix undefined member in key_remove_domain() | Yajun Deng | 1 | -0/+4 |
2021-11-18 | net-sysfs: try not to restart the syscall if it will fail eventually | Antoine Tenart | 1 | -0/+55 |
2021-11-18 | net: sched: update default qdisc visibility after Tx queue cnt changes | Jakub Kicinski | 1 | -0/+2 |