aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Prevent stf(4) from panicing due to unprotected access to INADDR_HASH.Eugene Grosbein2018-10-271-0/+3
* Revert r339634.Eric Joyner2018-10-231-8/+3
* Add the check that current VNET is ready and access to srchash is allowed.Andrey V. Elsukov2018-10-231-1/+5
* Add the check that current VNET is ready and access to srchash isAndrey V. Elsukov2018-10-231-0/+11
* Remove softc from idhash when interface is destroyed.Andrey V. Elsukov2018-10-231-3/+7
* netmap: align codebase to the current upstream (sha 8374e1a7e6941)Vincenzo Maffione2018-10-232-6/+23
* iflib: drain enqueued tasks before detaching from taskqgroupEric Joyner2018-10-231-3/+8
* Resolve deadlock between epoch(9) and various network interfaceHans Petter Selasky2018-10-221-6/+11
* Follow the fix in r339532 (by glebius):Andrey V. Elsukov2018-10-211-1/+1
* Rework if_ipsec(4) to use epoch(9) instead of rmlock.Andrey V. Elsukov2018-10-211-169/+208
* Add handling for appearing/disappearing of ingress addresses to if_me(4).Andrey V. Elsukov2018-10-211-4/+59
* Add handling for appearing/disappearing of ingress addresses to if_gre(4).Andrey V. Elsukov2018-10-212-2/+6
* Add handling for appearing/disappearing of ingress addresses to if_gif(4).Andrey V. Elsukov2018-10-212-1/+3
* Add KPI that can be used by tunneling interfaces to handle IP addressesAndrey V. Elsukov2018-10-211-12/+0
* vlan: Fix panic with lagg and vlanKristof Provost2018-10-211-0/+5
* Add ifaddr_event_ext event. It is similar to ifaddr_event, but theAndrey V. Elsukov2018-10-212-0/+17
* Fix exiting an epoch(9) we never entered. May happen only with MAC.Gleb Smirnoff2018-10-213-3/+3
* Fix deadlock when destroying VLANs.Hans Petter Selasky2018-10-151-4/+10
* ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)Eric Joyner2018-10-123-39/+90
* There are three places where we return from a function which entered anJonathan T. Looney2018-10-091-4/+7
* Use strlcpy() instead of strncpy().Michael Tuexen2018-10-032-2/+2
* For changing the MTU on tun/tap devices, it should not matter whether itMichael Tuexen2018-09-294-12/+31
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* fix vlan locking to permit sx acquisition in ioctl callsMatt Macy2018-09-212-143/+77
* Fix capabilities handling for iflib driversStephen Hurd2018-09-201-13/+26
* Restore outbound packets capturing for if_gre(4). It was missed in r335048.Andrey V. Elsukov2018-09-171-0/+2
* Don't mark module data as static on RISC-V.Ruslan Bukin2018-09-121-1/+1
* Clean up iflib sysctlsStephen Hurd2018-09-061-54/+42
* Rather than duplicating the functionality of a macro after r322866Bjoern A. Zeeb2018-09-031-4/+2
* Fix compile error due to missing parenthesis in r338372Stephen Hurd2018-08-291-1/+1
* Fix potential data corruption in iflibStephen Hurd2018-08-291-1/+2
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-262-2/+2
* Unbreak VLANs after r337943.Navdeep Parhar2018-08-241-1/+2
* Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths ofPatrick Kelsey2018-08-2214-97/+405
* if_media: Add new 2.5G/5G/25G/40G/50G/100G/200G/400G media typesEric Joyner2018-08-222-0/+228
* fix copy/paste error when clearing ifma flagMatt Macy2018-08-211-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* if_vlan(4): A VLAN always has a PCP and its ifnet's if_pcp should be setNavdeep Parhar2018-08-171-0/+2
* Add the ability to look up the 3b PCP of a VLAN interface. Use it inNavdeep Parhar2018-08-163-0/+17
* Fix in6_multi double freeMatt Macy2018-08-152-4/+12
* lagg: allow lacp to manage the link stateAndrew Gallatin2018-08-132-0/+9
* pf: Increase default hash table sizeKristof Provost2018-08-051-1/+1
* Mark the send queue ready so ALTQ is available.Patrick Kelsey2018-08-041-0/+1
* As with DPCPU_DEFINE_STATIC make VNET_DEFINE_STATIC non-static on arm64 inAndrew Turner2018-07-301-0/+9
* Ensure the DPCPU and VNET module spaces are aligned to hold a pointer.Andrew Turner2018-07-301-1/+1
* As with DPCPU_DEFINE make it a compile error to use static with VNET_DEFINE.Andrew Turner2018-07-301-1/+2
* ALTQ support for iflib.Patrick Kelsey2018-07-252-1/+76
* Since r336611, n is only used for INET in iflib_parse_header().Marius Strobl2018-07-241-1/+2
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-2422-50/+50