summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | mctp: make __mctp_dev_get() take a refcount holdMatt Johnston2022-02-233-5/+22
| * | | | | | | | | | | | | | net: switchdev: avoid infinite recursion from LAG to bridge with port object ...Vladimir Oltean2022-02-231-4/+12
| * | | | | | | | | | | | | | net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet2022-02-221-0/+32
| * | | | | | | | | | | | | | net: add skb_set_end_offset() helperEric Dumazet2022-02-221-14/+5
| * | | | | | | | | | | | | | ipv6: tcp: consistently use MAX_TCP_HEADEREric Dumazet2022-02-221-3/+2
| * | | | | | | | | | | | | | net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)2022-02-221-1/+1
| * | | | | | | | | | | | | | s390/iucv: sort out physical vs virtual pointers usageAlexander Gordeev2022-02-221-1/+1
| * | | | | | | | | | | | | | gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()Eric Dumazet2022-02-221-5/+31
| * | | | | | | | | | | | | | net: hsr: fix hsr build error when lockdep is not enabledJuhee Kang2022-02-212-11/+22
| * | | | | | | | | | | | | | ipv6: separate ndisc_ns_create() from ndisc_send_ns()Hangbin Liu2022-02-211-17/+32
| * | | | | | | | | | | | | | ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2022-02-212-3/+11
| * | | | | | | | | | | | | | net: core: Use csum_replace_by_diff() and csum_sub() instead of opencodingChristophe Leroy2022-02-211-2/+2
| * | | | | | | | | | | | | | net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong2022-02-201-4/+6
| * | | | | | | | | | | | | | net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong2022-02-201-2/+11
| * | | | | | | | | | | | | | net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong2022-02-201-2/+7
| * | | | | | | | | | | | | | net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()Menglong Dong2022-02-202-2/+8
| * | | | | | | | | | | | | | net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong2022-02-202-3/+6
| * | | | | | | | | | | | | | net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()Menglong Dong2022-02-202-7/+17
| * | | | | | | | | | | | | | net: tcp: use kfree_skb_reason() for tcp_v6_rcv()Menglong Dong2022-02-201-4/+17
| * | | | | | | | | | | | | | net: tcp: add skb drop reasons to tcp_v4_rcv()Menglong Dong2022-02-201-1/+6
| * | | | | | | | | | | | | | net: tcp: introduce tcp_drop_reason()Menglong Dong2022-02-201-2/+8
| * | | | | | | | | | | | | | net/smc: unlock on error paths in __smc_setsockopt()Dan Carpenter2022-02-191-4/+8
| * | | | | | | | | | | | | | net: dsa: remove pcs_pollRussell King (Oracle)2022-02-191-1/+0
| * | | | | | | | | | | | | | net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()Juhee Kang2022-02-192-7/+11
| * | | | | | | | | | | | | | net: get rid of rtnl_lock_unregistering()Eric Dumazet2022-02-191-42/+0
| * | | | | | | | | | | | | | bridge: switch br_net_exit to batch modeEric Dumazet2022-02-191-6/+9
| * | | | | | | | | | | | | | net: ip6mr: add support for passing full packet on wrong mifMobashshera Rasool2022-02-191-4/+14
| * | | | | | | | | | | | | | mctp: add address validity checking for packet receiveJeremy Kerr2022-02-181-0/+11
| * | | | | | | | | | | | | | mctp: replace mctp_address_ok with more fine-grained helpersJeremy Kerr2022-02-183-3/+3
| * | | | | | | | | | | | | | net: Add new protocol attribute to IP addressesJacques de Laval2022-02-182-6/+28
| * | | | | | | | | | | | | | net: avoid quadratic behavior in netdev_wait_allrefs_any()Eric Dumazet2022-02-181-3/+1
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | ipv6: annotate some data-races around sk->sk_protEric Dumazet2022-02-182-8/+22
| * | | | | | | | | | | | | net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)2022-02-181-0/+15
| * | | | | | | | | | | | | net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean2022-02-171-57/+0
| * | | | | | | | | | | | | net: add sanity check in proto_register()Eric Dumazet2022-02-171-0/+4
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-1730-121/+168
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ipv6/addrconf: ensure addrconf_verify_rtnl() has completedEric Dumazet2022-02-171-1/+1
| * | | | | | | | | | | | | | | net: allow out-of-order netdev unregistrationJakub Kicinski2022-02-171-27/+37
| * | | | | | | | | | | | | | | net: transition netdev reg state earlier in run_todoJakub Kicinski2022-02-171-9/+9
| * | | | | | | | | | | | | | | net: ping6: support setting basic SOL_IPV6 options via cmsgJakub Kicinski2022-02-172-5/+17
| * | | | | | | | | | | | | | | net: dsa: tag_ocelot_8021q: calculate TX checksum in software for deferred pa...Vladimir Oltean2022-02-171-0/+7
| * | | | | | | | | | | | | | | net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_maskPetr Machata2022-02-161-1/+3
| * | | | | | | | | | | | | | | mptcp: don't save tcp data_ready and write space callbacksFlorian Westphal2022-02-162-8/+6
| * | | | | | | | | | | | | | | mptcp: mark ops structures as ro_after_initFlorian Westphal2022-02-161-8/+7
| * | | | | | | | | | | | | | | mptcp: constify a bunch of of helpersPaolo Abeni2022-02-163-32/+32
| * | | | | | | | | | | | | | | mptcp: drop port parameter of mptcp_pm_add_addr_signalGeliang Tang2022-02-163-7/+7
| * | | | | | | | | | | | | | | mptcp: drop unneeded type casts for hmacGeliang Tang2022-02-162-5/+2
| * | | | | | | | | | | | | | | mptcp: drop unused sk in mptcp_get_optionsGeliang Tang2022-02-163-10/+8
| * | | | | | | | | | | | | | | mptcp: add SNDTIMEO setsockopt supportGeliang Tang2022-02-161-0/+2