summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-13net: ipconfig: Avoid spurious blank lines in boot logThierry Reding1-5/+9
2020-11-13net: udp: remove redundant initialization in udp_gro_completeMenglong Dong1-1/+1
2020-11-12mptcp: fix static checker warnings in mptcp_pm_add_timerGeliang Tang1-2/+1
2020-11-12ipv4: Set nexthop flags in a more consistent wayIdo Schimmel1-5/+2
2020-11-12net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat1-6/+6
2020-11-12net: qrtr: Release distant nodes along the bridge nodeLoic Poulain1-6/+19
2020-11-12net: qrtr: Add GFP flags parameter to qrtr_alloc_ctrl_packetLoic Poulain1-5/+7
2020-11-12net: qrtr: Allow non-immediate node routingLoic Poulain1-2/+10
2020-11-12net: qrtr: Allow forwarded servicesLoic Poulain1-8/+0
2020-11-12net: qrtr: Fix port ID for control messagesLoic Poulain1-1/+1
2020-11-11inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet2-2/+2
2020-11-11net: sched: fix misspellings using misspell-fixer toolMenglong Dong5-5/+5
2020-11-11net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong1-2/+1
2020-11-10net: skb_vlan_untag(): don't reset transport offset if set by GRO layerAlexander Lobakin1-1/+2
2020-11-10net: remove ip_tunnel_get_stats64Heiner Kallweit1-9/+0
2020-11-10ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit4-8/+8
2020-11-10vti: switch to dev_get_tstats64Heiner Kallweit2-2/+2
2020-11-10ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callbackHeiner Kallweit1-31/+1
2020-11-10net: dsa: use net core stats64 handlingHeiner Kallweit3-30/+8
2020-11-10net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit1-0/+15
2020-11-10net: udp: remove redundant initialization in udp_dump_oneMenglong Dong1-1/+1
2020-11-10net: udp: remove redundant initialization in udp_send_skbMenglong Dong1-1/+1
2020-11-10bridge: mrp: Use hlist_head instead of list_head for mrpHoratiu Vultur5-17/+17
2020-11-10net/packet: make packet_fanout.arr size configurable up to 64KTanner Love2-14/+28
2020-11-10net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong4-0/+9
2020-11-08net: core: fix spelling typo in flow_dissector.cWang Qing1-1/+1
2020-11-07net: xfrm: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-11-07net: smc: convert tasklets to use new tasklet_setup() APIAllen Pais2-11/+9
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+4
2020-11-07net: mac802154: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+3
2020-11-07net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais4-15/+13
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+3
2020-11-07net: dccp: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+6
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski40-129/+243
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds38-126/+239
2020-11-06nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel2-14/+0
2020-11-06nexthop: Replay nexthops when registering a notifierIdo Schimmel1-2/+52
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel1-1/+2
2020-11-06nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel1-1/+6
2020-11-06nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel1-2/+30
2020-11-06nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel1-0/+10
2020-11-06nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel1-1/+5
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel1-1/+5
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel1-0/+21
2020-11-06rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel1-0/+2
2020-11-06nexthop: vxlan: Convert to new notification infoIdo Schimmel1-1/+1
2020-11-06nexthop: Prepare new notification infoIdo Schimmel1-0/+109
2020-11-06nexthop: Pass extack to nexthop notifierIdo Schimmel1-2/+3
2020-11-06sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long2-3/+2
2020-11-06net: dsa: Give drivers the chance to veto certain upper devicesVladimir Oltean1-0/+12