libbpf: Suppress compiler warning when using SEC() macro with externs
[linux-2.6-microblaze.git] / net /
2021-04-23 Li RongQingxsk: Align XDP socket batch size with DPDK
2021-04-22 Martin Willinet, xdp: Update pkt_type if generic XDP changes unicas...
2021-04-12 Cong Wangsock_map: Fix a potential use-after-free in sock_map_cl...
2021-04-12 Cong Wangskmsg: Pass psock pointer to ->psock_update_sk_prot()
2021-04-06 Cong Wangbpf, udp: Remove some pointless comments
2021-04-02 David S. MillerMerge branch 'mptcp-misc'
2021-04-02 Florian Westphalmptcp: add mptcp reset option support
2021-04-02 Paolo Abenimptcp: remove unneeded check on first subflow
2021-04-02 Paolo Abenimptcp: add active MPC mibs
2021-04-02 Paolo Abenimptcp: add mib for token creation fallback
2021-04-02 David S. MillerMerge git://git./linux/kernel/git/bpf/bpf-next
2021-04-01 Wan Jiabingnet: smc: Remove repeated struct declaration
2021-04-01 Xu Jianet: ipv6: Refactor in rt6_age_examine_exception
2021-04-01 Hoang Letipc: fix unique bearer names sanity check
2021-04-01 David S. MillerMerge branch '100GbE' of git://git./linux/kernel/git...
2021-04-01 Alexei StarovoitovMerge branch 'sockmap: introduce BPF_SK_SKB_VERDICT...
2021-04-01 Cong Wangsock_map: Update sock type checks for UDP
2021-04-01 Cong Wangudp: Implement udp_bpf_recvmsg() for sockmap
2021-04-01 Cong Wangskmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
2021-04-01 Cong Wangudp: Implement ->read_sock() for sockmap
2021-04-01 Cong Wangsock: Introduce sk->sk_prot->psock_update_sk_prot()
2021-04-01 Cong Wangsock_map: Introduce BPF_SK_SKB_VERDICT
2021-04-01 Cong Wangsock_map: Kill sock_map_link_no_progs()
2021-04-01 Cong Wangsock_map: Simplify sock_map_link() a bit
2021-04-01 Cong Wangskmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg()
2021-04-01 Cong Wangskmsg: Use rcu work for destroying psock
2021-04-01 Cong Wangskmsg: Avoid lock_sock() in sk_psock_backlog()
2021-04-01 Cong Wangnet: Introduce skb_send_sock() for sock_map
2021-04-01 Cong Wangskmsg: Introduce a spinlock to protect ingress_msg
2021-04-01 Cong Wangskmsg: Lock ingress_skb when purging
2021-03-31 Eric Dumazetipv6: remove extra dev_hold() for fallback tunnels
2021-03-31 Yang Yingliangnet/tipc: fix missing destroy_workqueue() on error...
2021-03-31 David S. MillerMerge branch 'inet-shrink-netns'
2021-03-31 Eric Dumazetipv6: convert elligible sysctls to u8
2021-03-31 Eric Dumazettcp: convert tcp_comp_sack_nr sysctl to u8
2021-03-31 Eric Dumazetipv4: convert igmp_link_local_mcast_reports sysctl...
2021-03-31 Eric Dumazetipv4: convert fib_multipath_{use_neigh|hash_policy...
2021-03-31 Eric Dumazetipv4: convert udp_l3mdev_accept sysctl to u8
2021-03-31 Eric Dumazetipv4: convert fib_notify_on_flag_change sysctl to u8
2021-03-31 Matthew Wilcox ... qrtr: Convert qrtr_ports from IDR to XArray
2021-03-31 Eric Dumazetip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init...
2021-03-31 David S. MillerMerge branch 'ethtool-fec-netlink'
2021-03-31 Jakub Kicinskiethtool: support FEC settings over netlink
2021-03-31 David S. MillerMerge branch 'mptcp-subflow-disconnected'
2021-03-31 Geliang Tangmptcp: remove id 0 address
2021-03-31 Geliang Tangmptcp: unify RM_ADDR and RM_SUBFLOW receiving
2021-03-31 Geliang Tangmptcp: remove all subflows involving id 0 address
2021-03-31 Eric Dumazetnet: fix icmp_echo_enable_probe sysctl
2021-03-31 David S. MillerMerge branch 'udp-gro-L4'
2021-03-31 Paolo Abeniudp: never accept GSO_FRAGLIST packets
2021-03-31 Paolo Abeniudp: properly complete L4 GRO over UDP tunnel packet
2021-03-31 Paolo Abeniudp: skip L4 aggregation for UDP tunnel packets
2021-03-31 Paolo Abeniudp: fixup csum for GSO receive slow path
2021-03-30 David S. MillerMerge branch 'obsdolete-todo'
2021-03-30 Wang Qingnet/decnet: Delete obsolete TODO file
2021-03-30 Wang Qingnet/ax25: Delete obsolete TODO file
2021-03-30 David S. MillerMerge branch 'rfc8335-probe'
2021-03-30 Andreas Roeselericmp: add response to RFC 8335 PROBE messages
2021-03-30 Andreas Roeseleripv6: add ipv6_dev_find to stubs
2021-03-30 Andreas Roeselernet: add support for sending RFC 8335 PROBE messages
2021-03-30 Andreas Roeselernet: add sysctl for enabling RFC 8335 PROBE messages
2021-03-30 Martin KaFai Laubpf: tcp: Limit calling some tcp cc functions to CONFIG...
2021-03-29 Eric Dumazettcp: fix tcp_min_tso_segs sysctl
2021-03-29 Eric Dumazetsit: proper dev_{hold|put} in ndo_[un]init methods
2021-03-29 Eric Dumazetip6_vti: proper dev_{hold|put} in ndo_[un]init methods
2021-03-29 Eric Dumazetip6_gre: proper dev_{hold|put} in ndo_[un]init methods
2021-03-29 Jon Maloytipc: fix htmldoc and smatch warnings
2021-03-29 Martin KaFai Laubpf: tcp: Fix an error in the bpf_tcp_ca_kfunc_ids...
2021-03-29 kernel test robotsit: use min
2021-03-29 Xiongfeng WangNFC: digital: Correct function name in the kerneldoc...
2021-03-29 Xiongfeng Wangip6_tunnel:: Correct function name parse_tvl_tnl_enc_li...
2021-03-29 Xiongfeng Wangnet: 9p: Correct function names in the kerneldoc comments
2021-03-29 Xiongfeng Wang9p/trans_fd: Correct function name p9_mux_destroy(...
2021-03-29 Xiongfeng Wangnet: 9p: Correct function name errstr2errno() in the...
2021-03-29 Xiongfeng Wangnet: core: Correct function name netevent_unregister_no...
2021-03-29 Xiongfeng Wangnet: core: Correct function name dev_uc_flush() in...
2021-03-29 Xiongfeng Wangnetlabel: Correct function name netlbl_mgmt_add() in...
2021-03-29 Xiongfeng Wangl3mdev: Correct function names in the kerneldoc comments
2021-03-29 Petr Machatanexthop: Rename artifacts related to legacy multipath...
2021-03-29 Lu Weinet: vsock: Fix a typo
2021-03-29 Lu Weinet: sctp: Fix some typos
2021-03-29 Lu Weinet: rds: Fix a typo
2021-03-29 Bhaskar Chowdhuryxfrm_user.c: Added a punctuation
2021-03-29 Bhaskar Chowdhuryxfrm_policy.c : Mundane typo fix
2021-03-29 Bhaskar Chowdhurysm_statefuns.c: Mundane spello fixes
2021-03-29 Bhaskar Chowdhuryreg.c: Fix a spello
2021-03-29 Bhaskar Chowdhurynode.c: A typo fix
2021-03-29 Bhaskar Chowdhurynetfilter: nf_conntrack_acct.c: A typo fix
2021-03-29 Bhaskar Chowdhurynetfilter: ipvs: A spello fix
2021-03-29 Bhaskar Chowdhuryncsi: internal.h: Fix a spello
2021-03-29 Bhaskar Chowdhurymptcp: subflow.c: Fix a typo
2021-03-29 Bhaskar Chowdhurymac80211: cfg.c: A typo fix
2021-03-29 Bhaskar Chowdhuryllc: llc_core.c: COuple of typo fixes
2021-03-29 Bhaskar Chowdhurykcm: kcmsock.c: Couple of typo fixes
2021-03-29 Bhaskar Chowdhuryiucv: af_iucv.c: Couple of typo fixes
2021-03-29 Bhaskar Chowdhuryipv6: route.c: A spello fix
2021-03-29 Bhaskar Chowdhuryipv6: addrconf.c: Fix a typo
2021-03-29 Bhaskar Chowdhuryipv4: tcp_lp.c: Couple of typo fixes
2021-03-29 Bhaskar Chowdhuryipv4: ip_output.c: Couple of typo fixes
2021-03-29 Bhaskar Chowdhurybearer.h: Spellos fixed
next