aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-07ethtool: Fix NULL pointer dereference during module EEPROM dumpIdo Schimmel1-1/+1
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller33-132/+296
2021-06-07sch_htb: fix doc warning in htb_lookup_leaf()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_do_events()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_charge_class()Yu Kuai1-0/+4
2021-06-07sch_htb: fix doc warning in htb_deactivate()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_activate()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_change_class_mode()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_class_mode()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_deactivate_prios()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_activate_prios()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_remove_class_from_row()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_add_class_to_row()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_next_rb_node()Yu Kuai1-0/+1
2021-06-07sch_htb: fix doc warning in htb_add_to_wait_tree()Yu Kuai1-0/+3
2021-06-07netfilter: add new hook nfnl subsystemFlorian Westphal4-0/+386
2021-06-07netfilter: annotate nf_tables base hook opsFlorian Westphal1-1/+3
2021-06-07netfilter: flowtable: Set offload timeouts according to proto valuesOz Shlomo2-12/+39
2021-06-07netfilter: conntrack: Introduce udp offload timeout configurationOz Shlomo2-0/+27
2021-06-07netfilter: conntrack: Introduce tcp offload timeout configurationOz Shlomo2-0/+29
2021-06-07netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso6-38/+24
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_setattr()Pablo Neira Ayuso1-39/+25
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_elemattr()Pablo Neira Ayuso1-38/+34
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso6-70/+41
2021-06-04Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds33-133/+291
2021-06-04rxrpc: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-06-04sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang1-4/+4
2021-06-04net: bridge: mrp: Update ring transitions.Horatiu Vultur1-4/+2
2021-06-04tipc: Return the correct errno codeZheng Yongjun1-3/+3
2021-06-04mptcp: receive path cmsg supportFlorian Westphal1-3/+25
2021-06-04tcp: export timestamp helpers for mptcpFlorian Westphal1-6/+4
2021-06-04mptcp: setsockopt: handle SOL_SOCKET in one place onlyFlorian Westphal1-70/+29
2021-06-04mptcp: sockopt: propagate timestamp request to subflowsFlorian Westphal1-0/+50
2021-06-04sock: expose so_timestamping options for mptcpFlorian Westphal1-35/+36
2021-06-04sock: expose so_timestamp options for mptcpFlorian Westphal1-7/+19
2021-06-03Merge tag 'for-net-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller2-3/+8
2021-06-03icmp: fix lib conflict with trinityAndreas Roeseler1-1/+1
2021-06-03sch_htb: fix doc warning in htb_add_to_id_tree()Yu Kuai1-0/+3
2021-06-03Merge tag 'ieee802154-for-davem-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpanDavid S. Miller3-9/+14
2021-06-03ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li1-2/+6
2021-06-03fib: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-03net: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-03net/x25: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-03net: caif: fix memory leak in cfusbl_device_notifyPavel Skripkin1-1/+13
2021-06-03net: caif: fix memory leak in caif_device_notifyPavel Skripkin1-1/+4
2021-06-03net: caif: add proper error handlingPavel Skripkin2-8/+16
2021-06-03net: caif: added cfserl_release functionPavel Skripkin1-0/+5
2021-06-03Merge tag 'mlx5-updates-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+18
2021-06-03net: tcp better handling of reordering then loss casesYuchung Cheng1-19/+26
2021-06-03net: vlan: Avoid using strncpy()Kees Cook3-5/+7