summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2020-04-29net/smc: convert static link ID instances to support multiple linksKarsten Graul
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul
2020-04-29net/smc: introduce link_idx for link group arrayKarsten Graul
2020-04-29net/smc: separate function for link initializationKarsten Graul
2020-04-29net/smc: rework pnet table to support SMC-R failoverKarsten Graul
2020-04-29ila: remove unused inline function ila_addr_is_ilaYueHaibing
2020-04-29net: hsr: remove unused inline functionsYueHaibing
2020-04-29netpoll: Fix use correct return type for ndo_start_xmit()Yunjian Wang
2020-04-28docs: networking: convert ipv6.txt to ReSTMauro Carvalho Chehab
2020-04-28docs: networking: convert ip-sysctl.txt to ReSTMauro Carvalho Chehab
2020-04-28docs: networking: convert gen_stats.txt to ReSTMauro Carvalho Chehab
2020-04-28docs: networking: convert dns_resolver.txt to ReSTMauro Carvalho Chehab
2020-04-28docs: networking: convert decnet.txt to ReSTMauro Carvalho Chehab
2020-04-28docs: networking: convert ax25.txt to ReSTMauro Carvalho Chehab
2020-04-28docs: networking: convert atm.txt to ReSTMauro Carvalho Chehab
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu
2020-04-27Merge tag 'batadv-next-for-davem-20200427' of git://git.open-mesh.org/linux-m...David S. Miller
2020-04-27net: bridge: Add checks for enabling the STP.Horatiu Vultur
2020-04-27bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur
2020-04-27bridge: mrp: Implement netlink interface to configure MRPHoratiu Vultur
2020-04-27bridge: mrp: Connect MRP API with the switchdev APIHoratiu Vultur
2020-04-27bridge: switchdev: mrp: Implement MRP API for switchdevHoratiu Vultur
2020-04-27bridge: mrp: Add MRP interface.Horatiu Vultur
2020-04-27net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPENHoratiu Vultur
2020-04-27bridge: mrp: Extend bridge interfaceHoratiu Vultur
2020-04-27bridge: mrp: Update KconfigHoratiu Vultur
2020-04-27net: rtnetlink: remove redundant assignment to variable errColin Ian King
2020-04-25net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang
2020-04-25net: openvswitch: suitable access to the dp_metersTonghao Zhang
2020-04-25dccp: remove unused inline function dccp_set_seqnoYueHaibing
2020-04-25hsr: remove unnecessary code in hsr_dev_change_mtu()Taehee Yoo
2020-04-25tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-24net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King
2020-04-24net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer
2020-04-24Merge tag 'mac80211-for-net-2020-04-24' of git://git.kernel.org/pub/scm/linux...David S. Miller
2020-04-24batman-adv: remove unused inline function batadv_arp_change_timeoutYueHaibing
2020-04-24mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg
2020-04-23net: openvswitch: use u64 for meter bucketTonghao Zhang
2020-04-23net: openvswitch: make EINVAL return value more obviousTonghao Zhang
2020-04-23net: openvswitch: remove the unnecessary checkTonghao Zhang
2020-04-23net: openvswitch: set max limitation to metersTonghao Zhang
2020-04-23net: openvswitch: expand the meters supported numberTonghao Zhang
2020-04-23net: sched : Remove unnecessary cast in kfreeXu Wang
2020-04-23net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang
2020-04-23mptcp/pm_netlink.c : add check for nla_put_in/6_addrBo YU
2020-04-23net: napi: use READ_ONCE()/WRITE_ONCE()Eric Dumazet