Age | Commit message (Expand) | Author |
2020-10-08 | openvswitch: handle DNAT tuple collision | Dumitru Ceara |
2020-10-08 | sctp: fix sctp_auth_init_hmacs() error path | Eric Dumazet |
2020-10-08 | Merge tag 'mac80211-for-net-2020-10-08' of git://git.kernel.org/pub/scm/linux... | Jakub Kicinski |
2020-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
2020-10-08 | bridge: Netlink interface fix. | Henrik Bjoernlund |
2020-10-08 | net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key() | Anant Thazhemadam |
2020-10-06 | Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel... | David S. Miller |
2020-10-06 | tcp: fix receive window update in tcp_add_backlog() | Eric Dumazet |
2020-10-06 | mptcp: more DATA FIN fixes | Paolo Abeni |
2020-10-06 | net: qrtr: ns: Fix the incorrect usage of rcu_read_lock() | Manivannan Sadhasivam |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-10-05 | rxrpc: Fix server keyring leak | David Howells |
2020-10-05 | rxrpc: The server keyring isn't network-namespaced | David Howells |
2020-10-05 | rxrpc: Fix accept on a connection that need securing | David Howells |
2020-10-05 | rxrpc: Fix some missing _bh annotations on locking conn->state_lock | David Howells |
2020-10-05 | rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read() | David Howells |
2020-10-05 | rxrpc: Fix rxkad token xdr encoding | Marc Dionne |
2020-10-04 | net/core: check length before updating Ethertype in skb_mpls_{push,pop} | Guillaume Nault |
2020-10-04 | net_sched: check error pointer in tcf_dump_walker() | Cong Wang |
2020-10-02 | tcp: fix syn cookied MPTCP request socket leak | Paolo Abeni |
2020-10-02 | libceph: use sendpage_ok() in ceph_tcp_sendpage() | Coly Li |
2020-10-02 | tcp: use sendpage_ok() to detect misused .sendpage | Coly Li |
2020-10-02 | net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send | Coly Li |
2020-10-02 | netlink: fix policy dump leak | Johannes Berg |
2020-10-01 | bpf: Fix "unresolved symbol" build error with resolve_btfids | Yonghong Song |
2020-09-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-09-29 | mptcp: Handle incoming 32-bit DATA_FIN values | Mat Martineau |
2020-09-29 | mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq | Mat Martineau |
2020-09-28 | ethtool: mark netlink family as __ro_after_init | Jakub Kicinski |
2020-09-28 | net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locks | Manivannan Sadhasivam |
2020-09-28 | net: core: add nested_level variable in net_device | Taehee Yoo |
2020-09-28 | net: core: introduce struct netdev_nested_priv for nested interface infrastru... | Taehee Yoo |
2020-09-28 | net: core: add __netdev_upper_dev_unlink() | Taehee Yoo |
2020-09-28 | net_sched: remove a redundant goto chain check | Cong Wang |
2020-09-28 | net: bridge: fdb: don't flush ext_learn entries | Nikolay Aleksandrov |
2020-09-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2020-09-25 | Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6 | Linus Torvalds |
2020-09-25 | xfrm: Use correct address family in xfrm_state_find | Herbert Xu |
2020-09-24 | tcp: skip DSACKs with dubious sequence ranges | Priyaranjan Jha |
2020-09-24 | net/tls: race causes kernel panic | Rohit Maheshwari |
2020-09-24 | net_sched: commit action insertions together | Cong Wang |
2020-09-24 | net_sched: defer tcf_idr_insert() in tcf_action_init_1() | Cong Wang |
2020-09-23 | net: switchdev: Fixed kerneldoc warning | Tian Tao |
2020-09-23 | mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet | Mat Martineau |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-09-21 | inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute | Eric Dumazet |
2020-09-21 | net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCU | Vladimir Oltean |
2020-09-21 | Merge tag 'mac80211-for-net-2020-09-21' of git://git.kernel.org/pub/scm/linux... | David S. Miller |
2020-09-21 | ipv6: route: convert comma to semicolon | Xu Wang |
2020-09-21 | SUNRPC: Fix svc_flush_dcache() | Chuck Lever |