summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-06net: dsa: Add tag handling for Hirschmann Hellcreek switchesKurt Kanzenbach3-0/+73
2020-11-05net: sched: implement action-specific terse dumpVlad Buslov1-32/+37
2020-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski24-353/+587
2020-11-05mptcp: add a new sysctl add_addr_timeoutGeliang Tang3-2/+21
2020-11-05mptcp: split mptcp_clean_una functionFlorian Westphal1-11/+17
2020-11-05tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni2-2/+8
2020-11-05mptcp: use _fast lock version in __mptcp_move_skbsFlorian Westphal1-2/+3
2020-11-05mptcp: adjust mptcp receive buffer limit if subflow has larger oneFlorian Westphal1-5/+22
2020-11-04Merge tag 'linux-can-fixes-for-5.10-20201103' of git://git.kernel.org/pub/scm...Jakub Kicinski4-16/+27
2020-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski4-11/+13
2020-11-04net: dev_ioctl: remove redundant initialization of variable errColin Ian King1-1/+1
2020-11-04net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2-8/+8
2020-11-04can: isotp: padlen(): make const array static, makes object smallerColin Ian King1-8/+10
2020-11-04can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only modeOliver Hartkopp1-4/+4
2020-11-04can: isotp: Explain PDU in CAN_ISOTP help textGeert Uytterhoeven1-2/+3