summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-08-27cfg80211: add helper fn for adjacent rule channelsMarkus Theil
2020-08-27cfg80211: add helper fn for single rule channelsMarkus Theil
2020-08-27nl80211: use NLA_POLICY_RANGE(NLA_BINARY, ...) for a few attributesJohannes Berg
2020-08-27nl80211: clean up code/policy a bitJohannes Berg
2020-08-27net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin
2020-08-27net: wireless: wext_compat.c: delete duplicated wordRandy Dunlap
2020-08-27net: wireless: sme.c: delete duplicated wordRandy Dunlap
2020-08-27net: wireless: scan.c: delete or fix duplicated wordsRandy Dunlap
2020-08-27net: wireless: reg.c: delete duplicated words + fix punctuationRandy Dunlap
2020-08-27net: wireless: delete duplicated word + fix grammarRandy Dunlap
2020-08-27net: mac80211: mesh.h: delete duplicated wordRandy Dunlap
2020-08-27net: mac80211: agg-rx.c: fix duplicated wordsRandy Dunlap
2020-08-26ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel
2020-08-26ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel
2020-08-26ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel
2020-08-26ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel
2020-08-26ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh
2020-08-25bpf: Generalize bpf_sk_storageKP Singh
2020-08-25bpf: Generalize caching for sk_storage.KP Singh
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh
2020-08-25sunrpc: Avoid comma separated statementsJoe Perches
2020-08-25ipv6: fib6: Avoid comma separated statementsJoe Perches
2020-08-25net: clean up codestyle for net/ipv4Miaohe Lin
2020-08-25net: Remove duplicated midx check against 0Miaohe Lin
2020-08-25net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin
2020-08-25net: Set ping saddr after we successfully get the ping portMiaohe Lin
2020-08-25net: gain ipv4 mtu when mtu is not lockedMiaohe Lin
2020-08-24Merge tag 'batadv-next-for-davem-20200824' of git://git.open-mesh.org/linux-m...David S. Miller
2020-08-24net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin
2020-08-24net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin
2020-08-24net: dccp: delete repeated wordsRandy Dunlap
2020-08-24net: netlink: delete repeated wordsRandy Dunlap
2020-08-24net: ipv4: delete repeated wordsRandy Dunlap
2020-08-24net: sctp: ulpqueue.c: delete duplicated wordRandy Dunlap
2020-08-24net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap
2020-08-24net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap
2020-08-24net: sctp: chunk.c: delete duplicated wordRandy Dunlap
2020-08-24net: sctp: bind_addr.c: delete duplicated wordRandy Dunlap
2020-08-24net: sctp: auth.c: delete duplicated wordsRandy Dunlap
2020-08-24net: sctp: associola.c: delete duplicated wordsRandy Dunlap
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao
2020-08-24devlink: Protect devlink port list traversalParav Pandit
2020-08-24devlink: Fix per port reporter fields initializationParav Pandit
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau
2020-08-24bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau