| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-07-14 | 61 | -174/+671 |
|\ |
|
| * | net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le... | Vladimir Oltean | 2021-07-13 | 1 | -2/+2 |
| * | net: Use nlmsg_unicast() instead of netlink_unicast() | Yajun Deng | 2021-07-13 | 8 | -27/+13 |
| * | ipv6: allocate enough headroom in ip6_finish_output2() | Vasily Averin | 2021-07-12 | 1 | -0/+28 |
| * | net: bridge: multicast: fix MRD advertisement router port marking race | Nikolay Aleksandrov | 2021-07-11 | 1 | -0/+4 |
| * | net: bridge: multicast: fix PIM hello router port marking race | Nikolay Aleksandrov | 2021-07-11 | 1 | -0/+2 |
| * | mptcp: properly account bulk freed memory | Paolo Abeni | 2021-07-09 | 4 | -6/+18 |
| * | mptcp: avoid processing packet if a subflow reset | Jianguo Wu | 2021-07-09 | 2 | -10/+28 |
| * | mptcp: fix syncookie process if mptcp can not_accept new subflow | Jianguo Wu | 2021-07-09 | 1 | -3/+3 |
| * | mptcp: remove redundant req destruct in subflow_check_req() | Jianguo Wu | 2021-07-09 | 1 | -5/+0 |
| * | mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow join | Jianguo Wu | 2021-07-09 | 1 | -1/+15 |
| * | net: ip_tunnel: fix mtu calculation for ETHER tunnel devices | Hangbin Liu | 2021-07-09 | 1 | -3/+15 |
| * | net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache | Antoine Tenart | 2021-07-09 | 1 | -0/+2 |
| * | tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy path | Talal Ahmad | 2021-07-09 | 1 | -0/+3 |
| * | net: send SYNACK packet with accepted fwmark | Alexander Ovechkin | 2021-07-09 | 1 | -1/+1 |
| * | net/ncsi: add dummy response handler for Intel boards | Ivan Mikhaylov | 2021-07-08 | 1 | -1/+8 |
| * | net/ncsi: add NCSI Intel OEM command to keep PHY up | Ivan Mikhaylov | 2021-07-08 | 3 | -0/+56 |
| * | net/ncsi: fix restricted cast warning of sparse | Ivan Mikhaylov | 2021-07-08 | 2 | -4/+4 |
| * | ipv6: tcp: drop silly ICMPv6 packet too big messages | Eric Dumazet | 2021-07-08 | 2 | -2/+18 |
| * | skbuff: Fix build with SKB extensions disabled | Florian Fainelli | 2021-07-08 | 1 | -1/+2 |
| * | ipmr: Fix indentation issue | Roy, UjjaL | 2021-07-07 | 1 | -1/+1 |
| * | sock: unlock on error in sock_setsockopt() | Dan Carpenter | 2021-07-07 | 1 | -2/+4 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2021-07-07 | 8 | -44/+84 |
| |\ |
|
| | * | netfilter: nft_last: incorrect arithmetics when restoring last used | Pablo Neira Ayuso | 2021-07-06 | 1 | -1/+1 |
| | * | netfilter: nft_last: honor NFTA_LAST_SET on restoration | Pablo Neira Ayuso | 2021-07-06 | 1 | -2/+8 |
| | * | netfilter: conntrack: Mark access for KCSAN | Manfred Spraul | 2021-07-06 | 1 | -1/+9 |
| | * | netfilter: conntrack: add new sysctl to disable RST check | Ali Abdallah | 2021-07-06 | 2 | -1/+15 |
| | * | netfilter: conntrack: improve RST handling when tuple is re-used | Ali Abdallah | 2021-07-06 | 1 | -17/+36 |
| | * | netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfo | Vasily Averin | 2021-07-02 | 1 | -0/+3 |
| | * | netfilter: conntrack: nf_ct_gre_keymap_flush() removal | Vasily Averin | 2021-07-02 | 3 | -21/+0 |
| | * | netfilter: nf_tables: Fix dereference of null pointer flow | Colin Ian King | 2021-07-02 | 1 | -1/+2 |
| | * | netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT state | Florian Westphal | 2021-07-02 | 1 | -0/+10 |
| * | | ipv6: fix 'disable_policy' for fwd packets | Nicolas Dichtel | 2021-07-06 | 1 | -1/+3 |
| * | | tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized | Nguyen Dinh Phi | 2021-07-06 | 1 | -1/+1 |
| * | | skbuff: Release nfct refcount on napi stolen or re-used skbs | Paul Blakey | 2021-07-06 | 2 | -0/+14 |
| * | | udp: properly flush normal packet at GRO time | Paolo Abeni | 2021-07-02 | 1 | -2/+4 |
| * | | net/sched: act_ct: remove and free nf_table callbacks | Louis Peens | 2021-07-02 | 1 | -0/+11 |
| * | | net: bridge: sync fdb to new unicast-filtering ports | Wolfgang Bumiller | 2021-07-02 | 1 | -1/+16 |
| * | | sock: fix error in sock_setsockopt() | Eric Dumazet | 2021-07-02 | 1 | -1/+1 |
| * | | tcp: annotate data races around tp->mtu_info | Eric Dumazet | 2021-07-02 | 2 | -4/+4 |
| * | | net/sched: act_ct: fix err check for nf_conntrack_confirm | wenxu | 2021-07-02 | 1 | -1/+2 |
| * | | net: ipv6: fix return value of ip6_skb_dst_mtu | Vadim Fedorenko | 2021-07-02 | 1 | -1/+1 |
| * | | net/sched: sch_taprio: fix typo in comment | Jesper Dangaard Brouer | 2021-07-02 | 1 | -1/+1 |
| |/ |
|
| * | s390: iucv: Avoid field over-reading memcpy() | Kees Cook | 2021-07-01 | 1 | -10/+12 |
| * | udp: annotate data races around unix_sk(sk)->gso_size | Eric Dumazet | 2021-07-01 | 2 | -4/+4 |
| * | net: socket: support hardware timestamp conversion to PHC bound | Yangbo Lu | 2021-07-01 | 1 | -6/+13 |
| * | net: sock: extend SO_TIMESTAMPING for PHC binding | Yangbo Lu | 2021-07-01 | 3 | -9/+80 |
| * | mptcp: setsockopt: convert to mptcp_setsockopt_sol_socket_timestamping() | Yangbo Lu | 2021-07-01 | 1 | -17/+40 |
| * | ethtool: add a new command for getting PHC virtual clocks | Yangbo Lu | 2021-07-01 | 5 | -1/+120 |
| * | Merge branch 'master' of ../net-next/ | David S. Miller | 2021-07-01 | 1 | -2/+2 |
| |\ |
|