Age | Commit message (Expand) | Author |
2021-12-10 | sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned. | Kuniyuki Iwashima |
2021-12-10 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2021-12-10 | xfrm: add net device refcount tracker to struct xfrm_state_offload | Eric Dumazet |
2021-12-10 | l2tp: add netns refcount tracker to l2tp_dfs_seq_data | Eric Dumazet |
2021-12-10 | net: add netns refcount tracker to struct sock | Eric Dumazet |
2021-12-10 | net: add networking namespace refcount tracker | Eric Dumazet |
2021-12-09 | net: x25: drop harmless check of !more | Jean Sacren |
2021-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-09 | xfrm: use net device refcount tracker helpers | Eric Dumazet |
2021-12-09 | net: dsa: mark DSA phylink as legacy_pre_march2020 | Russell King (Oracle) |
2021-12-09 | net/sched: fq_pie: prevent dismantle issue | Eric Dumazet |
2021-12-09 | seg6: fix the iif in the IPv6 socket control block | Andrea Mayer |
2021-12-09 | nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done | Krzysztof Kozlowski |
2021-12-09 | nfc: fix segfault in nfc_genl_dump_devices_done | Tadeusz Struk |
2021-12-09 | udp: using datalen to cap max gso segments | Jianguo Wu |
2021-12-08 | net-sysfs: warn if new queue objects are being created during device unregist... | Antoine Tenart |
2021-12-08 | net-sysfs: update the queue counts in the unregistration path | Antoine Tenart |
2021-12-08 | net, neigh: clear whole pneigh_entry at alloc time | Eric Dumazet |
2021-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski |
2021-12-08 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
2021-12-08 | net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offload | Vladimir Oltean |
2021-12-08 | net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join | Vladimir Oltean |
2021-12-08 | net: dsa: keep the bridge_dev and bridge_num as part of the same structure | Vladimir Oltean |
2021-12-08 | net: dsa: export bridging offload helpers to drivers | Vladimir Oltean |
2021-12-08 | net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_dev | Vladimir Oltean |
2021-12-08 | net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers | Vladimir Oltean |
2021-12-08 | net: dsa: assign a bridge number even without TX forwarding offload | Vladimir Oltean |
2021-12-08 | net: dsa: make dp->bridge_num one-based | Vladimir Oltean |
2021-12-07 | hv_sock: Extract hvs_send_data() helper that takes only header | Kees Cook |
2021-12-07 | net: sched: act_mirred: add net device refcount tracker | Eric Dumazet |
2021-12-07 | openvswitch: add net device refcount tracker to struct vport | Eric Dumazet |
2021-12-07 | netlink: add net device refcount tracker to struct ethnl_req_info | Eric Dumazet |
2021-12-07 | net/smc: add net device tracker to struct smc_pnetentry | Eric Dumazet |
2021-12-07 | pktgen add net device refcount tracker | Eric Dumazet |
2021-12-07 | llc: add net device refcount tracker | Eric Dumazet |
2021-12-07 | ax25: add net device refcount tracker | Eric Dumazet |
2021-12-07 | inet: add net device refcount tracker to struct fib_nh_common | Eric Dumazet |
2021-12-07 | net: switchdev: add net device refcount tracker | Eric Dumazet |
2021-12-07 | net: watchdog: add net device refcount tracker | Eric Dumazet |
2021-12-07 | net: bridge: add net device refcount tracker | Eric Dumazet |
2021-12-07 | vlan: add net device refcount tracker | Eric Dumazet |
2021-12-08 | netfilter: conntrack: annotate data-races around ct->timeout | Eric Dumazet |
2021-12-08 | netfilter: nft_exthdr: break evaluation if setting TCP option fails | Pablo Neira Ayuso |
2021-12-08 | nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups | Stefano Brivio |
2021-12-07 | mptcp: support TCP_CORK and TCP_NODELAY | Maxim Galaganov |
2021-12-07 | mptcp: expose mptcp_check_and_set_pending | Maxim Galaganov |
2021-12-07 | tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelay | Maxim Galaganov |
2021-12-07 | mptcp: getsockopt: add support for IP_TOS | Florian Westphal |
2021-12-07 | mptcp: allow changing the "backup" bit by endpoint id | Davide Caratti |
2021-12-07 | mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctls | Florian Westphal |