| Commit message (Expand) | Author | Age | Files | Lines |
* | net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive() | Liam Howlett | 2021-06-29 | 1 | -2/+2 |
* | libceph: set global_id as soon as we get an auth ticket | Ilya Dryomov | 2021-06-24 | 3 | -14/+13 |
* | libceph: don't pass result into ac->ops->handle_reply() | Ilya Dryomov | 2021-06-24 | 3 | -11/+14 |
* | Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-06-18 | 56 | -348/+626 |
|\ |
|
| * | Merge tag 'mac80211-for-net-2021-06-18' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 2021-06-18 | 5 | -15/+35 |
| |\ |
|
| | * | mac80211: handle various extensible elements correctly | Johannes Berg | 2021-06-18 | 1 | -11/+11 |
| | * | mac80211: reset profile_periodicity/ema_ap | Johannes Berg | 2021-06-18 | 1 | -0/+8 |
| | * | cfg80211: avoid double free of PMSR request | Avraham Stern | 2021-06-18 | 1 | -2/+14 |
| | * | cfg80211: make certificate generation more robust | Johannes Berg | 2021-06-18 | 1 | -1/+1 |
| | * | mac80211: minstrel_ht: fix sample time check | Felix Fietkau | 2021-06-18 | 1 | -1/+1 |
| * | | icmp: don't send out ICMP messages with a source address of 0.0.0.0 | Toke Høiland-Jørgensen | 2021-06-18 | 1 | -0/+7 |
| |/ |
|
| * | net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock | Eric Dumazet | 2021-06-16 | 1 | -3/+4 |
| * | net/packet: annotate accesses to po->ifindex | Eric Dumazet | 2021-06-16 | 1 | -7/+9 |
| * | net/packet: annotate accesses to po->bind | Eric Dumazet | 2021-06-16 | 1 | -8/+8 |
| * | Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm... | David S. Miller | 2021-06-16 | 4 | -54/+185 |
| |\ |
|
| | * | can: bcm: fix infoleak in struct bcm_msg_head | Norbert Slusarek | 2021-06-16 | 1 | -0/+3 |
| | * | can: bcm/raw/isotp: use per module netdevice notifier | Tetsuo Handa | 2021-06-16 | 3 | -40/+142 |
| | * | can: j1939: fix Use-after-Free, hold skb ref while in use | Oleksij Rempel | 2021-06-16 | 1 | -14/+40 |
| * | | net: ipv4: fix memory leak in ip_mc_add1_src | Chengyang Fan | 2021-06-16 | 1 | -0/+1 |
| |/ |
|
| * | net: inline function get_net_ns_by_fd if NET_NS is disabled | Changbin Du | 2021-06-15 | 1 | -7/+1 |
| * | Bluetooth: SMP: Fix crash when receiving new connection when debug is enabled | Luiz Augusto von Dentz | 2021-06-14 | 1 | -3/+3 |
| * | net: qrtr: fix OOB Read in qrtr_endpoint_post | Pavel Skripkin | 2021-06-14 | 1 | -1/+1 |
| * | ipv4: Fix device used for dst_alloc with local routes | David Ahern | 2021-06-14 | 1 | -1/+14 |
| * | ethtool: strset: fix message length calculation | Jakub Kicinski | 2021-06-14 | 1 | -0/+2 |
| * | sch_cake: revise docs for RFC 8622 LE PHB support | Tyson Moore | 2021-06-14 | 1 | -6/+6 |
| * | net: make get_net_ns return error if NET_NS is disabled | Changbin Du | 2021-06-12 | 2 | -13/+12 |
| * | mptcp: fix soft lookup in subflow_error_report() | Paolo Abeni | 2021-06-10 | 2 | -36/+48 |
| * | mptcp: do not warn on bad input from the network | Paolo Abeni | 2021-06-10 | 1 | -5/+5 |
| * | mptcp: wake-up readers only for in sequence data | Paolo Abeni | 2021-06-10 | 3 | -36/+21 |
| * | mptcp: try harder to borrow memory from subflow under pressure | Paolo Abeni | 2021-06-10 | 1 | -4/+6 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2021-06-10 | 2 | -46/+61 |
| |\ |
|
| | * | netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-local | Florian Westphal | 2021-06-09 | 1 | -4/+18 |
| | * | netfilter: nf_tables: initialize set before expression setup | Pablo Neira Ayuso | 2021-06-09 | 1 | -42/+43 |
| * | | sch_cake: Fix out of bounds when parsing TCP options and header | Maxim Mikityanskiy | 2021-06-10 | 1 | -1/+5 |
| * | | mptcp: Fix out of bounds when parsing TCP options | Maxim Mikityanskiy | 2021-06-10 | 1 | -0/+2 |
| * | | netfilter: synproxy: Fix out of bounds when parsing TCP options | Maxim Mikityanskiy | 2021-06-10 | 1 | -0/+5 |
| * | | net/packet: annotate data race in packet_sendmsg() | Eric Dumazet | 2021-06-10 | 1 | -3/+6 |
| * | | net: bridge: fix vlan tunnel dst refcnt when egressing | Nikolay Aleksandrov | 2021-06-10 | 1 | -2/+2 |
| * | | net: bridge: fix vlan tunnel dst null pointer dereference | Nikolay Aleksandrov | 2021-06-10 | 2 | -16/+26 |
| * | | ping: Check return value of function 'ping_queue_rcv_skb' | Zheng Yongjun | 2021-06-10 | 1 | -5/+7 |
| * | | skbuff: fix incorrect msg_zerocopy copy notifications | Willem de Bruijn | 2021-06-10 | 1 | -1/+3 |
| * | | net/sched: act_ct: handle DNAT tuple collision | Marcelo Ricardo Leitner | 2021-06-09 | 1 | -8/+13 |
| * | | rtnetlink: Fix regression in bridge VLAN configuration | Ido Schimmel | 2021-06-09 | 1 | -3/+5 |
| * | | Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 2021-06-09 | 11 | -48/+95 |
| |\ \ |
|
| | * | | mac80211: drop multicast fragments | Johannes Berg | 2021-06-09 | 1 | -6/+3 |
| | * | | mac80211: move interface shutdown out of wiphy lock | Johannes Berg | 2021-06-09 | 3 | -4/+12 |
| | * | | cfg80211: shut down interfaces on failed resume | Johannes Berg | 2021-06-09 | 1 | -0/+4 |
| | * | | cfg80211: fix phy80211 symlink creation | Johannes Berg | 2021-06-09 | 1 | -8/+5 |
| | * | | mac80211: fix 'reset' debugfs locking | Johannes Berg | 2021-06-09 | 1 | -1/+3 |
| | * | | mac80211: fix deadlock in AP/VLAN handling | Johannes Berg | 2021-06-08 | 1 | -7/+12 |