Age | Commit message (Expand) | Author |
2020-08-27 | net: wireless: wext_compat.c: delete duplicated word | Randy Dunlap |
2020-08-27 | net: wireless: sme.c: delete duplicated word | Randy Dunlap |
2020-08-27 | net: wireless: scan.c: delete or fix duplicated words | Randy Dunlap |
2020-08-27 | net: wireless: reg.c: delete duplicated words + fix punctuation | Randy Dunlap |
2020-08-27 | net: wireless: delete duplicated word + fix grammar | Randy Dunlap |
2020-08-27 | net: mac80211: mesh.h: delete duplicated word | Randy Dunlap |
2020-08-27 | net: mac80211: agg-rx.c: fix duplicated words | Randy Dunlap |
2020-08-26 | ipv4: nexthop: Correctly update nexthop group when replacing a nexthop | Ido Schimmel |
2020-08-26 | ipv4: nexthop: Correctly update nexthop group when removing a nexthop | Ido Schimmel |
2020-08-26 | ipv4: nexthop: Remove unnecessary rtnl_dereference() | Ido Schimmel |
2020-08-26 | ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAY | Ido Schimmel |
2020-08-26 | ipv4: nexthop: Reduce allocation size of 'struct nh_group' | Ido Schimmel |
2020-08-25 | bpf: Allow local storage to be used from LSM programs | KP Singh |
2020-08-25 | bpf: Split bpf_local_storage to bpf_sk_storage | KP Singh |
2020-08-25 | bpf: Generalize bpf_sk_storage | KP Singh |
2020-08-25 | bpf: Generalize caching for sk_storage. | KP Singh |
2020-08-25 | bpf: Renames in preparation for bpf_local_storage | KP Singh |
2020-08-25 | sunrpc: Avoid comma separated statements | Joe Perches |
2020-08-25 | ipv6: fib6: Avoid comma separated statements | Joe Perches |
2020-08-25 | net: clean up codestyle for net/ipv4 | Miaohe Lin |
2020-08-25 | net: Remove duplicated midx check against 0 | Miaohe Lin |
2020-08-25 | net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANY | Miaohe Lin |
2020-08-25 | net: Set ping saddr after we successfully get the ping port | Miaohe Lin |
2020-08-25 | net: gain ipv4 mtu when mtu is not locked | Miaohe Lin |
2020-08-24 | Merge tag 'batadv-next-for-davem-20200824' of git://git.open-mesh.org/linux-m... | David S. Miller |
2020-08-24 | net: Use helper macro RT_TOS() in __icmp_send() | Miaohe Lin |
2020-08-24 | net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDED | Miaohe Lin |
2020-08-24 | net: dccp: delete repeated words | Randy Dunlap |
2020-08-24 | net: netlink: delete repeated words | Randy Dunlap |
2020-08-24 | net: ipv4: delete repeated words | Randy Dunlap |
2020-08-24 | net: sctp: ulpqueue.c: delete duplicated word | Randy Dunlap |
2020-08-24 | net: sctp: sm_make_chunk.c: delete duplicated words + fix typo | Randy Dunlap |
2020-08-24 | net: sctp: protocol.c: delete duplicated words + punctuation | Randy Dunlap |
2020-08-24 | net: sctp: chunk.c: delete duplicated word | Randy Dunlap |
2020-08-24 | net: sctp: bind_addr.c: delete duplicated word | Randy Dunlap |
2020-08-24 | net: sctp: auth.c: delete duplicated words | Randy Dunlap |
2020-08-24 | net: sctp: associola.c: delete duplicated words | Randy Dunlap |
2020-08-24 | io_uring: allow tcp ancillary data for __sys_recvmsg_sock() | Luke Hsiao |
2020-08-24 | devlink: Protect devlink port list traversal | Parav Pandit |
2020-08-24 | devlink: Fix per port reporter fields initialization | Parav Pandit |
2020-08-24 | tcp: bpf: Optionally store mac header in TCP_SAVE_SYN | Martin KaFai Lau |
2020-08-24 | bpf: tcp: Allow bpf prog to write and parse TCP header option | Martin KaFai Lau |
2020-08-24 | bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8 | Martin KaFai Lau |
2020-08-24 | bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() | Martin KaFai Lau |
2020-08-24 | bpf: tcp: Add bpf_skops_parse_hdr() | Martin KaFai Lau |
2020-08-24 | bpf: tcp: Add bpf_skops_established() | Martin KaFai Lau |
2020-08-24 | tcp: Add saw_unknown to struct tcp_options_received | Martin KaFai Lau |
2020-08-24 | tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt | Martin KaFai Lau |
2020-08-24 | tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt | Martin KaFai Lau |
2020-08-24 | tcp: Use a struct to represent a saved_syn | Martin KaFai Lau |