Age | Commit message (Expand) | Author | Files | Lines |
2020-05-30 | virtio_vsock: Fix race condition in virtio_transport_recv_pkt | Jia He | 1 | -0/+8 |
2020-05-29 | neigh: fix ARP retransmit timer guard | Hangbin Liu | 1 | -2/+2 |
2020-05-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -2/+6 |
2020-05-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 9 | -43/+102 |
2020-05-29 | xfrm: fix a NULL-ptr deref in xfrm_local_error | Xin Long | 1 | -1/+2 |
2020-05-28 | sctp: check assoc before SCTP_ADDR_{MADE_PRIM, ADDED} event | Jonas Falkevik | 1 | -0/+3 |
2020-05-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2 | -5/+5 |
2020-05-27 | net: dsa: declare lockless TX feature for slave ports | Vladimir Oltean | 1 | -0/+1 |
2020-05-27 | bridge: multicast: work around clang bug | Arnd Bergmann | 1 | -1/+2 |
2020-05-27 | vsock: fix timeout in vsock_accept() | Stefano Garzarella | 1 | -1/+1 |
2020-05-27 | net/sched: fix infinite loop in sch_fq_pie | Davide Caratti | 1 | -2/+2 |
2020-05-27 | netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build | Pablo Neira Ayuso | 1 | -1/+1 |
2020-05-27 | netfilter: conntrack: comparison of unsigned in cthelper confirmation | Pablo Neira Ayuso | 1 | -1/+1 |
2020-05-27 | netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_update | Nathan Chancellor | 1 | -3/+3 |
2020-05-26 | net: sctp: Fix spelling in Kconfig help | Chris Packham | 1 | -1/+1 |
2020-05-26 | mptcp: avoid NULL-ptr derefence on fallback | Paolo Abeni | 1 | -1/+2 |
2020-05-26 | ipv4: nexthop version of fib_info_nh_uses_dev | David Ahern | 1 | -9/+10 |
2020-05-26 | ipv4: Refactor nhc evaluation in fib_table_lookup | David Ahern | 1 | -15/+36 |
2020-05-26 | nexthops: don't modify published nexthop groups | Nikolay Aleksandrov | 1 | -33/+58 |
2020-05-26 | nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry | David Ahern | 1 | -14/+13 |
2020-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 6 | -40/+118 |
2020-05-25 | Merge tag 'mac80211-for-net-2020-05-25' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 2 | -1/+8 |
2020-05-25 | net/tls: fix race condition causing kernel panic | Vinay Kumar Yadav | 1 | -6/+27 |
2020-05-26 | xsk: Add overflow check for u64 division, stored into u32 | Björn Töpel | 1 | -2/+6 |
2020-05-25 | netfilter: nfnetlink_cthelper: unbreak userspace helper support | Pablo Neira Ayuso | 1 | -1/+2 |
2020-05-25 | netfilter: conntrack: make conntrack userspace helpers work again | Pablo Neira Ayuso | 1 | -6/+72 |
2020-05-25 | netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code | Pablo Neira Ayuso | 2 | -32/+37 |
2020-05-25 | netfilter: ipset: Fix subcounter update skip | Phil Sutter | 1 | -1/+1 |
2020-05-25 | netfilter: nft_reject_bridge: enable reject with bridge vlan | Michael Braun | 1 | -0/+6 |
2020-05-25 | xfrm: fix a warning in xfrm_policy_insert_list | Xin Long | 1 | -6/+1 |
2020-05-25 | cfg80211: fix debugfs rename crash | Johannes Berg | 1 | -1/+1 |
2020-05-25 | mac80211: mesh: fix discovery timer re-arming issue / crash | Linus Lüssing | 1 | -0/+7 |
2020-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 37 | -215/+435 |
2020-05-23 | rxrpc: Fix a memory leak in rxkad_verify_response() | Qiushi Wu | 1 | -2/+1 |
2020-05-22 | Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel... | David S. Miller | 13 | -122/+282 |
2020-05-22 | sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc... | Jere Leppänen | 1 | -4/+5 |
2020-05-22 | tipc: block BH before using dst_cache | Eric Dumazet | 1 | -1/+5 |
2020-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -5/+21 |
2020-05-22 | mptcp: use untruncated hash in ADD_ADDR HMAC | Todd Malsbary | 4 | -25/+24 |
2020-05-21 | flow_dissector: Drop BPF flow dissector prog ref on netns cleanup | Jakub Sitnicki | 1 | -5/+21 |
2020-05-21 | net: don't return invalid table id error when we fall back to PF_UNSPEC | Sabrina Dubroca | 4 | -5/+4 |
2020-05-21 | net: ipip: fix wrong address family in init error path | Vadim Fedorenko | 1 | -1/+1 |
2020-05-21 | net/tls: free record only on encryption error | Vadim Fedorenko | 1 | -2/+4 |
2020-05-21 | net/tls: fix encryption error checking | Vadim Fedorenko | 1 | -5/+6 |
2020-05-21 | net: qrtr: Fix passing invalid reference to qrtr_local_enqueue() | Manivannan Sadhasivam | 1 | -1/+1 |
2020-05-21 | ethtool: count header size in reply size estimate | Michal Kubecek | 2 | -3/+2 |
2020-05-20 | net: nlmsg_cancel() if put fails for nhmsg | Stephen Worley | 1 | -0/+1 |
2020-05-20 | ax25: fix setsockopt(SO_BINDTODEVICE) | Eric Dumazet | 1 | -2/+4 |
2020-05-20 | rxrpc: Fix ack discard | David Howells | 1 | -4/+26 |
2020-05-20 | rxrpc: Trace discarded ACKs | David Howells | 1 | -2/+10 |