| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: remove kzfree() compatibility definition | Eric Biggers | 2020-10-25 | 1 | -2/+2 |
* | random32: add noise from network and scheduling activity | Willy Tarreau | 2020-10-24 | 1 | -0/+4 |
* | Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2020-10-23 | 28 | -127/+208 |
|\ |
|
| * | tcp: fix to update snd_wl1 in bulk receiver fast path | Neal Cardwell | 2020-10-22 | 1 | -0/+2 |
| * | net: Properly typecast int values to set sk_max_pacing_rate | Ke Li | 2020-10-22 | 2 | -2/+3 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski | 2020-10-22 | 10 | -18/+30 |
| |\ |
|
| | * | netfilter: nf_fwd_netdev: clear timestamp in forwarding path | Pablo Neira Ayuso | 2020-10-22 | 2 | -0/+2 |
| | * | netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c... | Saeed Mirzamohammadi | 2020-10-20 | 2 | -5/+5 |
| | * | netfilter: ebtables: Fixes dropping of small packets in bridge nat | Timothée COCAULT | 2020-10-20 | 3 | -3/+3 |
| | * | netfilter: Drop fragmented ndisc packets assembled in netfilter | Georg Kohmann | 2020-10-20 | 1 | -0/+1 |
| | * | netfilter: conntrack: connection timeout after re-register | Francesco Ruggeri | 2020-10-20 | 1 | -6/+13 |
| | * | ipvs: adjust the debug info in function set_tcp_state | longguang.yue | 2020-10-20 | 1 | -4/+6 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2020-10-22 | 1 | -59/+99 |
| |\ \ |
|
| | * | | bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop | Toke Høiland-Jørgensen | 2020-10-22 | 1 | -59/+99 |
| * | | | rtnetlink: fix data overflow in rtnl_calcit() | Di Zhu | 2020-10-22 | 1 | -7/+6 |
| * | | | mptcp: depends on IPV6 but not as a module | Matthieu Baerts | 2020-10-21 | 1 | -1/+1 |
| * | | | mpls: load mpls_gso after mpls_iptunnel | Alexander Ovechkin | 2020-10-21 | 1 | -0/+1 |
| * | | | net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnels | Davide Caratti | 2020-10-21 | 1 | -1/+1 |
| * | | | net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action() | Guillaume Nault | 2020-10-21 | 1 | -1/+1 |
| * | | | mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting it | Geert Uytterhoeven | 2020-10-21 | 1 | -1/+1 |
| * | | | nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl... | Defang Bo | 2020-10-21 | 1 | -1/+1 |
| * | | | mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting it | Geert Uytterhoeven | 2020-10-21 | 1 | -3/+1 |
| * | | | mptcp: move mptcp_options_received's port initialization | Geliang Tang | 2020-10-21 | 1 | -1/+1 |
| * | | | mptcp: initialize mptcp_options_received's ahmac | Geliang Tang | 2020-10-21 | 1 | -0/+1 |
| * | | | net/sched: act_ct: Fix adding udp port mangle operation | Roi Dayan | 2020-10-21 | 1 | -2/+2 |
| | |/
| |/| |
|
| * | | nexthop: Fix performance regression in nexthop deletion | Ido Schimmel | 2020-10-20 | 1 | -1/+1 |
| * | | net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tags | Christian Eggers | 2020-10-20 | 1 | -0/+2 |
| |/ |
|
| * | net: core: use list_del_init() instead of list_del() in netdev_run_todo() | Taehee Yoo | 2020-10-18 | 1 | -1/+1 |
| * | net: openvswitch: fix to make sure flow_lookup() is not preempted | Eelco Chaudron | 2020-10-18 | 2 | -25/+41 |
| * | icmp: randomize the global rate limiter | Eric Dumazet | 2020-10-17 | 1 | -2/+5 |
| * | tipc: fix incorrect setting window for bcast link | Hoang Huu Le | 2020-10-16 | 1 | -2/+4 |
| * | tipc: re-configure queue limit for broadcast link | Hoang Huu Le | 2020-10-16 | 1 | -1/+5 |
* | | Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2020-10-22 | 7 | -25/+85 |
|\ \ |
|
| * | | SUNRPC: fix copying of multiple pages in gss_read_proxy_verf() | Martijn de Gouw | 2020-10-20 | 1 | -10/+17 |
| * | | sunrpc: raise kernel RPC channel buffer size | Roberto Bergantinos Corpas | 2020-10-20 | 1 | -1/+1 |
| * | | svcrdma: fix bounce buffers for unaligned offsets and multiple pages | Dan Aloni | 2020-10-16 | 1 | -1/+2 |
| * | | net/sunrpc: Fix return value for sysctl sunrpc.transports | Artur Molchanov | 2020-10-16 | 1 | -1/+7 |
| * | | sunrpc: simplify do_cache_clean | J. Bruce Fields | 2020-09-26 | 1 | -7/+8 |
| * | | sunrpc: cache : Replace seq_printf with seq_puts | Xu Wang | 2020-09-26 | 1 | -2/+2 |
| * | | SUNRPC/NFSD: Implement xdr_reserve_space_vec() | Anna Schumaker | 2020-09-26 | 1 | -0/+45 |
| * | | net: sunrpc: delete repeated words | Randy Dunlap | 2020-09-26 | 3 | -3/+3 |
* | | | Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linux | Linus Torvalds | 2020-10-22 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | net: 9p: initialize sun_server.sun_path to have addr's value only when addr i... | Anant Thazhemadam | 2020-10-12 | 1 | -1/+1 |
| * | | | 9p/xen: Fix format argument warning | Ye Bin | 2020-10-09 | 1 | -2/+2 |
* | | | | Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2020-10-21 | 3 | -35/+213 |
|\ \ \ \ |
|
| * | | | | libceph: clear con->out_msg on Policy::stateful_server faults | Ilya Dryomov | 2020-10-12 | 1 | -0/+5 |
| * | | | | libceph: format ceph_entity_addr nonces as unsigned | Ilya Dryomov | 2020-10-12 | 1 | -3/+3 |
| * | | | | libceph: move a dout in queue_con_delay() | Ilya Dryomov | 2020-10-12 | 1 | -1/+1 |
| * | | | | libceph: switch to the new "osd blocklist add" command | Ilya Dryomov | 2020-10-12 | 1 | -15/+52 |
| * | | | | libceph, rbd, ceph: "blacklist" -> "blocklist" | Ilya Dryomov | 2020-10-12 | 1 | -4/+4 |