Age | Commit message (Expand) | Author |
2022-02-08 | ipmr: introduce ipmr_net_exit_batch() | Eric Dumazet |
2022-02-08 | ipv4: add fib_net_exit_batch() | Eric Dumazet |
2022-02-08 | nexthop: change nexthop_net_exit() to nexthop_net_exit_batch() | Eric Dumazet |
2022-02-07 | ipv4: Use dscp_t in struct fib_alias | Guillaume Nault |
2022-02-07 | ipv4: Reject routes specifying ECN bits in rtm_tos | Guillaume Nault |
2022-02-07 | ipv4: Stop taking ECN bits into account in fib4-rules | Guillaume Nault |
2022-02-07 | net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb() | Menglong Dong |
2022-02-07 | net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb() | Menglong Dong |
2022-02-07 | net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu() | Menglong Dong |
2022-02-07 | net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core() | Menglong Dong |
2022-02-07 | net: ipv4: use kfree_skb_reason() in ip_rcv_core() | Menglong Dong |
2022-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-02-02 | tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() | Eric Dumazet |
2022-02-02 | tcp: Use BPF timeout setting for SYN ACK RTO | Akhmat Karakotov |
2022-02-01 | tcp: fix mem under-charging with zerocopy sendmsg() | Eric Dumazet |
2022-01-31 | tcp: Change SYN ACK retransmit behaviour to account for rehash | Akhmat Karakotov |
2022-01-31 | txhash: Add socket option to control TX hash rethink behavior | Akhmat Karakotov |
2022-01-31 | ipv4: Make ip_idents_reserve static | David Ahern |
2022-01-29 | ipv4: drop fragmentation code from ip_options_build() | Jakub Kicinski |
2022-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski |
2022-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-01-27 | Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-01-27 | net: socket: rename SKB_DROP_REASON_SOCKET_FILTER | Menglong Dong |
2022-01-27 | ipv4: tcp: send zero IPID in SYNACK messages | Eric Dumazet |
2022-01-27 | ipv4: raw: lock the socket in raw_bind() | Eric Dumazet |
2022-01-27 | ipv4: Namespaceify min_adv_mss sysctl knob | xu xin |
2022-01-26 | tcp: allocate tcp_death_row outside of struct netns_ipv4 | Eric Dumazet |
2022-01-27 | netfilter: Remove flowtable relics | Geert Uytterhoeven |
2022-01-25 | net: Adjust sk_gso_max_size once when set | David Ahern |
2022-01-25 | ipv4/tcp: do not use per netns ctl sockets | Eric Dumazet |
2022-01-25 | ipv4: do not use per netns icmp sockets | Eric Dumazet |
2022-01-25 | tcp/dccp: get rid of inet_twsk_purge() | Eric Dumazet |
2022-01-25 | tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler() | Eric Dumazet |
2022-01-25 | tcp/dccp: add tw->tw_bslot | Eric Dumazet |
2022-01-25 | ipv4: get rid of fib_info_hash_{alloc|free} | Eric Dumazet |
2022-01-24 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-01-24 | ping: fix the sk_bound_dev_if match in ping_lookup | Xin Long |
2022-01-24 | ipv4: fix ip option filtering for locally generated fragments | Jakub Kicinski |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song |
2022-01-20 | tcp: add a missing sk_defer_free_flush() in tcp_splice_read() | Eric Dumazet |
2022-01-19 | ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keys | Eric Dumazet |
2022-01-19 | ipv4: avoid quadratic behavior in netns dismantle | Eric Dumazet |
2022-01-18 | bpf: Remove check_kfunc_call callback and old kfunc BTF ID API | Kumar Kartikeya Dwivedi |
2022-01-16 | ipv4: update fib_info_cnt under spinlock protection | Eric Dumazet |
2022-01-13 | inet: frags: annotate races around fqdir->dead and fqdir->high_thresh | Eric Dumazet |
2022-01-11 | gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() | Guillaume Nault |
2022-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-01-09 | tcp: tcp_send_challenge_ack delete useless param `skb` | Benjamin Yim |
2022-01-09 | net: skb: use kfree_skb_reason() in __udp4_lib_rcv() | Menglong Dong |
2022-01-09 | net: skb: use kfree_skb_reason() in tcp_v4_rcv() | Menglong Dong |