Age | Commit message (Expand) | Author | Files | Lines |
2021-07-06 | tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized | Nguyen Dinh Phi | 1 | -1/+1 |
2021-07-06 | skbuff: Release nfct refcount on napi stolen or re-used skbs | Paul Blakey | 2 | -0/+14 |
2021-07-06 | netfilter: nft_last: incorrect arithmetics when restoring last used | Pablo Neira Ayuso | 1 | -1/+1 |
2021-07-06 | netfilter: nft_last: honor NFTA_LAST_SET on restoration | Pablo Neira Ayuso | 1 | -2/+8 |
2021-07-06 | netfilter: conntrack: Mark access for KCSAN | Manfred Spraul | 1 | -1/+9 |
2021-07-06 | netfilter: conntrack: add new sysctl to disable RST check | Ali Abdallah | 2 | -1/+15 |
2021-07-06 | netfilter: conntrack: improve RST handling when tuple is re-used | Ali Abdallah | 1 | -17/+36 |
2021-07-05 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -5/+6 |
2021-07-02 | udp: properly flush normal packet at GRO time | Paolo Abeni | 1 | -2/+4 |
2021-07-02 | net/sched: act_ct: remove and free nf_table callbacks | Louis Peens | 1 | -0/+11 |
2021-07-02 | net: bridge: sync fdb to new unicast-filtering ports | Wolfgang Bumiller | 1 | -1/+16 |
2021-07-02 | sock: fix error in sock_setsockopt() | Eric Dumazet | 1 | -1/+1 |
2021-07-02 | tcp: annotate data races around tp->mtu_info | Eric Dumazet | 2 | -4/+4 |
2021-07-02 | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
2021-07-02 | net/sched: act_ct: fix err check for nf_conntrack_confirm | wenxu | 1 | -1/+2 |
2021-07-02 | net: ipv6: fix return value of ip6_skb_dst_mtu | Vadim Fedorenko | 1 | -1/+1 |
2021-07-02 | net/sched: sch_taprio: fix typo in comment | Jesper Dangaard Brouer | 1 | -1/+1 |
2021-07-02 | netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfo | Vasily Averin | 1 | -0/+3 |
2021-07-02 | netfilter: conntrack: nf_ct_gre_keymap_flush() removal | Vasily Averin | 3 | -21/+0 |
2021-07-02 | netfilter: nf_tables: Fix dereference of null pointer flow | Colin Ian King | 1 | -1/+2 |
2021-07-02 | netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT state | Florian Westphal | 1 | -0/+10 |
2021-07-01 | s390: iucv: Avoid field over-reading memcpy() | Kees Cook | 1 | -10/+12 |
2021-07-01 | udp: annotate data races around unix_sk(sk)->gso_size | Eric Dumazet | 2 | -4/+4 |
2021-07-01 | net: socket: support hardware timestamp conversion to PHC bound | Yangbo Lu | 1 | -6/+13 |
2021-07-01 | net: sock: extend SO_TIMESTAMPING for PHC binding | Yangbo Lu | 3 | -9/+80 |
2021-07-01 | mptcp: setsockopt: convert to mptcp_setsockopt_sol_socket_timestamping() | Yangbo Lu | 1 | -17/+40 |
2021-07-01 | ethtool: add a new command for getting PHC virtual clocks | Yangbo Lu | 5 | -1/+120 |
2021-07-01 | Merge branch 'master' of ../net-next/ | David S. Miller | 1 | -2/+2 |
2021-07-01 | sctp: move 198 addresses from unusable to private scope | Xin Long | 1 | -1/+2 |
2021-07-01 | sctp: check pl.raise_count separately from its increment | Xin Long | 1 | -4/+7 |
2021-07-01 | net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_join | Vladimir Oltean | 1 | -2/+2 |
2021-07-01 | net: annotate data race around sk_ll_usec | Eric Dumazet | 1 | -1/+1 |
2021-07-01 | net/802/garp: fix memleak in garp_request_join() | Yang Yingliang | 1 | -0/+14 |
2021-07-01 | sctp: prevent info leak in sctp_make_heartbeat() | Dan Carpenter | 1 | -1/+1 |
2021-07-01 | net/802/mrp: fix memleak in mrp_request_join() | Yang Yingliang | 1 | -0/+14 |
2021-07-01 | openvswitch: Optimize operation for key comparison | Baowen Zheng | 1 | -3/+3 |
2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 401 | -4331/+10884 |
2021-06-30 | Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+2 |
2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 41 | -241/+381 |
2021-06-29 | tcp_yeah: check struct yeah size at compile time | Eric Dumazet | 1 | -1/+1 |
2021-06-29 | net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del} | Vladimir Oltean | 1 | -2/+2 |
2021-06-29 | net: use netdev_info in ndo_dflt_fdb_{add,del} | Vladimir Oltean | 1 | -3/+3 |
2021-06-29 | net: sock: add trace for socket errors | Alexander Aring | 1 | -0/+10 |
2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 37 | -63/+69 |
2021-06-29 | Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -2/+2 |
2021-06-29 | net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive() | Liam Howlett | 1 | -2/+2 |
2021-06-29 | net: dsa: replay the local bridge FDB entries pointing to the bridge dev too | Vladimir Oltean | 1 | -0/+12 |
2021-06-29 | net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ... | Vladimir Oltean | 2 | -5/+5 |
2021-06-29 | net: dsa: include fdb entries pointing to bridge in the host fdb list | Vladimir Oltean | 1 | -2/+11 |