summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* docs: networking: convert ax25.txt to ReSTMauro Carvalho Chehab2020-04-281-3/+3
* docs: networking: convert atm.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu2020-04-285-3/+18
* net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu2020-04-286-15/+19
* Merge tag 'batadv-next-for-davem-20200427' of git://git.open-mesh.org/linux-m...David S. Miller2020-04-277-13/+7
|\
| * batman-adv: remove unused inline function batadv_arp_change_timeoutYueHaibing2020-04-241-5/+0
| * batman-adv: Utilize prandom_u32_max for random [0, max) valuesSven Eckelmann2020-04-213-5/+5
| * batman-adv: trace: Drop unneeded types.h includeSven Eckelmann2020-04-211-1/+0
| * batman-adv: Fix spelling error in term bufferSven Eckelmann2020-04-211-1/+1
| * batman-adv: Start new development cycleSimon Wunderlich2020-04-211-1/+1
* | net: bridge: Add checks for enabling the STP.Horatiu Vultur2020-04-276-8/+23
* | bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur2020-04-275-0/+44
* | bridge: mrp: Implement netlink interface to configure MRPHoratiu Vultur2020-04-271-0/+91
* | bridge: mrp: Connect MRP API with the switchdev APIHoratiu Vultur2020-04-273-1/+589
* | bridge: switchdev: mrp: Implement MRP API for switchdevHoratiu Vultur2020-04-272-0/+142
* | bridge: mrp: Add MRP interface.Horatiu Vultur2020-04-271-0/+63
* | net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPENHoratiu Vultur2020-04-271-0/+3
* | bridge: mrp: Extend bridge interfaceHoratiu Vultur2020-04-271-0/+4
* | bridge: mrp: Update KconfigHoratiu Vultur2020-04-271-0/+12
* | net: rtnetlink: remove redundant assignment to variable errColin Ian King2020-04-271-1/+1
* | net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang2020-04-261-1/+1
* | net: openvswitch: suitable access to the dp_metersTonghao Zhang2020-04-261-3/+3
* | dccp: remove unused inline function dccp_set_seqnoYueHaibing2020-04-261-5/+0
* | hsr: remove unnecessary code in hsr_dev_change_mtu()Taehee Yoo2020-04-261-3/+1
* | tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal2020-04-262-2/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-2638-134/+238
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-2529-105/+191
| |\ \
| | * \ Merge tag 'mac80211-for-net-2020-04-24' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-04-245-20/+45
| | |\ \
| | | * | mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik2020-04-241-1/+2
| | | * | mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-244-19/+43
| | * | | net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang2020-04-241-1/+3
| | * | | mptcp/pm_netlink.c : add check for nla_put_in/6_addrBo YU2020-04-241-5/+7
| | |/ /
| | * | ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern2020-04-231-3/+3
| | * | netlabel: Kconfig: Update reference for NetLabel Tools projectSalvatore Bonaccorso2020-04-231-1/+1
| | * | mptcp: fix data_fin handing in RX pathPaolo Abeni2020-04-231-2/+1
| | * | sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen2020-04-231-1/+5
| | * | sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen2020-04-231-3/+3
| | * | net: dsa: don't fail to probe if we couldn't set the MTUVladimir Oltean2020-04-231-5/+3
| | * | sched: etf: do not assume all sockets are full blownEric Dumazet2020-04-231-3/+4
| | * | xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-04-222-4/+0
| | * | cgroup, netclassid: remove double cond_reschedJiri Slaby2020-04-221-3/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-04-212-4/+6
| | |\ \
| | | * | netfilter: nat: fix error handling upon registering inet hookHillf Danton2020-04-191-2/+2
| | | * | netfilter: flowtable: Free block_cb when being deletedRoi Dayan2020-04-151-2/+4
| | * | | mptcp: drop req socket remote_key* fieldsPaolo Abeni2020-04-203-17/+19
| | * | | mptcp: avoid flipping mp_capable field in syn_recv_sock()Paolo Abeni2020-04-201-16/+30
| | * | | mptcp: handle mptcp listener destruction via rcuFlorian Westphal2020-04-201-0/+3
| | * | | ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby2020-04-201-7/+6
| | * | | net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-04-202-2/+5
| | * | | mptcp: fix 'Attempt to release TCP socket in state' warningsFlorian Westphal2020-04-192-3/+12