| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | ipv4: add description about martian source | Zhang Yunkai | 2022-02-15 | 1 | -0/+3 | |
| * | | | | | | | | | | | | tipc: fix wrong publisher node address in link publications | Jon Maloy | 2022-02-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | net: fix documentation for kernel_getsockname | Alex Maydanik | 2022-02-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | | net_sched: add __rcu annotation to netdev->qdisc | Eric Dumazet | 2022-02-14 | 4 | -28/+35 | |
| * | | | | | | | | | | | | net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN | Vladimir Oltean | 2022-02-14 | 2 | -1/+1 | |
| * | | | | | | | | | | | | ipv6: mcast: use rcu-safe version of ipv6_get_lladdr() | Ignat Korchagin | 2022-02-14 | 2 | -3/+3 | |
| | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | tipc: fix a bit overflow in tipc_crypto_key_rcv() | Hangyu Hua | 2022-02-13 | 1 | -1/+1 | |
| | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller | 2022-02-11 | 2 | -21/+25 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | cfg80211: fix race in netlink owner interface destruction | Johannes Berg | 2022-02-04 | 1 | -13/+4 | |
| | * | | | | | | | | | mac80211: mlme: check for null after calling kmemdup | Jiasheng Jiang | 2022-01-31 | 1 | -8/+21 | |
| * | | | | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nf | David S. Miller | 2022-02-11 | 2 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | netfilter: nft_synproxy: unregister hooks on init error path | Pablo Neira Ayuso | 2022-02-10 | 1 | -1/+3 | |
| | * | | | | | | | | | | netfilter: xt_socket: fix a typo in socket_mt_destroy() | Eric Dumazet | 2022-02-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit | Eric Dumazet | 2022-02-11 | 1 | -2/+9 | |
| * | | | | | | | | | | | net/smc: Avoid overwriting the copies of clcsock callback functions | Wen Gu | 2022-02-11 | 1 | -3/+7 | |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-02-10 | 19 | -82/+144 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | net: mpls: Fix GCC 12 warning | Victor Erminpour | 2022-02-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | skbuff: cleanup double word in comment | Tom Rix | 2022-02-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | mptcp: netlink: process IPv6 addrs in creating listening sockets | Kishen Maloor | 2022-02-09 | 1 | -2/+6 | |
| | * | | | | | | | | | | vlan: move dev_put into vlan_dev_uninit | Xin Long | 2022-02-09 | 1 | -3/+5 | |
| | * | | | | | | | | | | vlan: introduce vlan_dev_free_egress_priority | Xin Long | 2022-02-09 | 3 | -5/+11 | |
| | * | | | | | | | | | | ax25: fix UAF bugs of net_device caused by rebinding operation | Duoming Zhou | 2022-02-09 | 1 | -1/+4 | |
| | * | | | | | | | | | | net: dsa: fix panic when DSA master device unbinds on shutdown | Vladimir Oltean | 2022-02-09 | 1 | -19/+6 | |
| | * | | | | | | | | | | tipc: rate limit warning for received illegal binding update | Jon Maloy | 2022-02-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | Merge tag 'linux-can-fixes-for-5.17-20220209' of git://git.kernel.org/pub/scm... | David S. Miller | 2022-02-09 | 1 | -7/+22 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | can: isotp: fix error path in isotp_sendmsg() to unlock wait queue | Oliver Hartkopp | 2022-02-09 | 1 | -6/+9 | |
| | | * | | | | | | | | | | can: isotp: fix potential CAN frame reception race in isotp_rcv() | Oliver Hartkopp | 2022-02-09 | 1 | -1/+13 | |
| | | |/ / / / / / / / / | ||||||
| | * / / / / / / / / / | ax25: fix NPD bug in ax25_disconnect | Duoming Zhou | 2022-02-09 | 1 | -1/+1 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path | Eric Dumazet | 2022-02-08 | 2 | -0/+4 | |
| | * | | | | | | | | | net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth() | Eric Dumazet | 2022-02-07 | 1 | -1/+1 | |
| | * | | | | | | | | | net/smc: fix ref_tracker issue in smc_pnet_add() | Eric Dumazet | 2022-02-06 | 1 | -3/+5 | |
| | * | | | | | | | | | tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case | Eric Dumazet | 2022-02-04 | 1 | -14/+19 | |
| | * | | | | | | | | | netfilter: ctnetlink: disable helper autoassign | Florian Westphal | 2022-02-04 | 1 | -1/+2 | |
| | * | | | | | | | | | netfilter: conntrack: re-init state for retransmitted syn-ack | Florian Westphal | 2022-02-04 | 1 | -0/+12 | |
| | * | | | | | | | | | netfilter: conntrack: move synack init code to helper | Florian Westphal | 2022-02-04 | 1 | -18/+29 | |
| | * | | | | | | | | | netfilter: nft_payload: don't allow th access for fragments | Florian Westphal | 2022-02-04 | 2 | -5/+6 | |
| | * | | | | | | | | | netfilter: conntrack: don't refresh sctp entries in closed state | Florian Westphal | 2022-02-04 | 1 | -0/+9 | |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | tipc: improve size validations for received domain records | Jon Maloy | 2022-02-10 | 2 | -2/+9 | |
| * | | | | | | | | | Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2022-02-08 | 3 | -2/+13 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | SUNRPC: lock against ->sock changing during sysfs read | NeilBrown | 2022-02-08 | 2 | -2/+10 | |
| | * | | | | | | | | xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create | Dan Aloni | 2022-02-08 | 1 | -0/+3 | |
| * | | | | | | | | | Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-client | Linus Torvalds | 2022-02-04 | 4 | -70/+245 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | libceph: optionally use bounce buffer on recv path in crc mode | Ilya Dryomov | 2022-02-02 | 4 | -20/+103 | |
| | * | | | | | | | | libceph: make recv path in secure mode work the same as send path | Ilya Dryomov | 2022-02-02 | 1 | -62/+154 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-02-03 | 21 | -69/+247 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | ax25: fix reference count leaks of ax25_dev | Duoming Zhou | 2022-02-03 | 3 | -16/+36 | |
| | * | | | | | | | net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_... | Daniel Borkmann | 2022-02-02 | 1 | -6/+12 | |
| | * | | | | | | | tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() | Eric Dumazet | 2022-02-02 | 1 | -0/+2 | |
| | * | | | | | | | Partially revert "net/smc: Add netlink net namespace support" | Dmitry V. Levin | 2022-02-02 | 1 | -2/+0 | |
| | * | | | | | | | tcp: fix mem under-charging with zerocopy sendmsg() | Eric Dumazet | 2022-02-01 | 1 | -2/+5 | |
