summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-07-02netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin3-21/+0
2021-07-02netfilter: nf_tables: Fix dereference of null pointer flowColin Ian King1-1/+2
2021-07-02netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT stateFlorian Westphal1-0/+10
2021-07-02s390: iucv: Avoid field over-reading memcpy()Kees Cook1-10/+12
2021-07-01udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2-4/+4
2021-07-01net: socket: support hardware timestamp conversion to PHC boundYangbo Lu1-6/+13
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu3-9/+80
2021-07-01mptcp: setsockopt: convert to mptcp_setsockopt_sol_socket_timestamping()Yangbo Lu1-17/+40
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu5-1/+120
2021-07-01Merge branch 'master' of ../net-next/David S. Miller1-2/+2
2021-07-01sctp: move 198 addresses from unusable to private scopeXin Long1-1/+2
2021-07-01sctp: check pl.raise_count separately from its incrementXin Long1-4/+7
2021-07-01net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_joinVladimir Oltean1-2/+2
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet1-1/+1
2021-07-01net/802/garp: fix memleak in garp_request_join()Yang Yingliang1-0/+14
2021-07-01sctp: prevent info leak in sctp_make_heartbeat()Dan Carpenter1-1/+1
2021-07-01net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang1-0/+14
2021-07-01openvswitch: Optimize operation for key comparisonBaowen Zheng1-3/+3
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds401-4331/+10884
2021-07-01Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski41-241/+381
2021-06-29tcp_yeah: check struct yeah size at compile timeEric Dumazet1-1/+1
2021-06-29net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}Vladimir Oltean1-2/+2
2021-06-29net: use netdev_info in ndo_dflt_fdb_{add,del}Vladimir Oltean1-3/+3
2021-06-29net: sock: add trace for socket errorsAlexander Aring1-0/+10
2021-06-29net: sock: introduce sk_error_reportAlexander Aring37-63/+69
2021-06-29Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2021-06-29net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett1-2/+2
2021-06-29net: dsa: replay the local bridge FDB entries pointing to the bridge dev tooVladimir Oltean1-0/+12
2021-06-29net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ...Vladimir Oltean2-5/+5
2021-06-29net: dsa: include fdb entries pointing to bridge in the host fdb listVladimir Oltean1-2/+11
2021-06-29net: dsa: include bridge addresses which are local in the host fdb listTobias Waldekranz1-5/+13
2021-06-29net: dsa: sync static FDB entries on foreign interfaces to hardwareVladimir Oltean1-4/+8
2021-06-29net: dsa: install the host MDB and FDB entries in the master's RX filterVladimir Oltean1-0/+24
2021-06-29net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean2-7/+87
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean4-5/+90
2021-06-29net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean2-9/+103
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean4-8/+92
2021-06-29net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_delVladimir Oltean1-23/+0
2021-06-29net: bridge: allow br_fdb_replay to be called for the bridge deviceVladimir Oltean1-1/+4
2021-06-29net: bridge: switchdev: send FDB notifications for host addressesTobias Waldekranz3-11/+11
2021-06-29net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dstVladimir Oltean2-14/+21
2021-06-29Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds13-1/+18
2021-06-29net: update netdev_rx_csum_fault() print dump only onceTanner Love1-5/+9
2021-06-29net: bridge: mrp: Update the Test frames for MRAHoratiu Vultur2-0/+38
2021-06-29Merge tag 'for-net-next-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller21-364/+449
2021-06-29sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner1-3/+10
2021-06-29sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner1-0/+3
2021-06-29sctp: add size validation when walking chunksMarcelo Ricardo Leitner1-1/+1