summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* MFC r321306:dim2018-02-241-2/+2
* Do not reuse the same bit for different flags.Luiz Souza2018-01-241-2/+2
* Make a small improvement in if_lagg.Luiz Souza2017-10-311-3/+7
* Convert if_bridge.c back to if_start() to re-add the ALTQ support.Luiz Souza2017-10-301-32/+24
* bridge: Set module versionkp2017-10-271-0/+1
* Make if_bridge complain if it can't disable some capabilities.mav2017-10-271-2/+6
* Remove excess CTLFLAG_VNETbdrewery2017-10-271-1/+1
* net/vlan: Revert 305177sephe2017-10-181-1/+1
* Revert "Increase the interface size to 64 bytes (including the terminating NU...Luiz Souza2017-10-081-1/+1
* Increase the interface size to 64 bytes (including the terminating NULL).Luiz Souza2017-10-071-1/+1
* IFQ_POLL_NOLOCK() cannot be used without locks.Luiz Souza2017-09-251-6/+0
* Improve debug, remove some unnecessary messages.Luiz Souza2017-08-231-19/+10
* Fix the address encoding algorithm when the v4 prefixlen is not 0 or 32.Luiz Souza2017-08-231-11/+8
* Set the IFF_DRV_RUNNING on if_stf, otherwise the DAD timer will force the ten...Luiz Souza2017-08-221-0/+8
* Fix the counter values for VLAN interfaces. The packet bytes are already cou...Luiz Souza2017-08-171-6/+2
* Fix the import of 6rd to accept inet6 addresses other than 2002::.Luiz Souza2017-08-111-9/+4
* Fix the build. Set the variables before use.Luiz Souza2017-08-101-4/+5
* Fix a mismerge/infinite recursion in the recent import of the 6rd.patch.Luiz Souza2017-08-101-2/+0
* Add to if_enc(4) ability to capture packets via BPF after pfil processing.ae2017-08-091-16/+33
* Import the pfSense patch stf_6rd.diffLuiz Souza2017-08-032-121/+580
* Add inpcb pointer to struct ipsec_ctx_data and pass it to the pfil hookae2017-08-012-1/+2
* Import pfSense patch if_vlan_altq.diffLuiz Otavio O Souza2017-07-201-87/+92
* Fix the structure padding to work on 32bits platforms.Luiz Otavio O Souza2017-07-201-2/+4
* Round up the struct pfloghdr size to the next byte boundary.Luiz Otavio O Souza2017-07-201-1/+1
* MFC 305177sephe2017-07-201-1/+1
* Fix a bug where existing CARP alias addresses cannot be changed.Luiz Otavio O Souza2017-07-201-1/+1
* pf: Fix possible shutdown racekp2017-07-201-0/+2
* Update the interface name before return and fix the kernel panic when pf is l...Luiz Otavio O Souza2017-07-201-1/+20
* Add l2 support to ipfw fwd.Luiz Otavio O Souza2017-07-201-1/+6
* Merge remote-tracking branch 'origin/releng/11.1' into RELENG_2_5Renato Botelho2017-07-0314-1470/+1744
|\
| * MFC r319895:ae2017-06-202-7/+19
| * MFC r318970: Call VLAN_CAPABILITIES() when LAGG capabilities change.mav2017-06-081-0/+5
| * MFC r318966: Improve applying unified capabilities to the lagg ports.mav2017-06-081-11/+24
| * MFC r318907: Remove some code, dead from the day one.mav2017-06-082-25/+0
| * MFC r313695, r313760, r314769, r314863, r314865, r316125delphij2017-05-312-1050/+1340
| * MFC r318689: Add parent interface reference counting to if_vlan.mav2017-05-301-14/+26
| * MFC 318512sephe2017-05-221-1/+1
| * Persistently store NIC's hardware MAC address, and add a way to retrive itrpokala2017-05-181-2/+2
| * MFC r318160, 318176: Persistently store NIC's hardware MAC address, and addrpokala2017-05-173-0/+39
| * MFC r318147: Add several new media types to if_media.herj2017-05-162-0/+16
| * MFC r317585: Propagate IFCAP_LRO from trunk to vlan interface.mav2017-05-161-0/+10
| * MFC r317547: Allow some control over enabled capabilities for if_vlan.mav2017-05-161-19/+45
| * MFC r317696, r317723, r317836: Introduce sleepable locks into if_lagg.mav2017-05-162-344/+221
| * MFC r318015:bz2017-05-121-1/+0
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2017-05-1116-71/+1138
|\ \ | |/
| * MFC r317279: Remove unneeded conditions.mav2017-05-021-8/+4
| * MFC r317253: Add interface reference counting to if_lagg.mav2017-05-021-3/+13
| * MFC r312979 (by loos):mav2017-05-022-7/+12
| * MFC r316699:ae2017-04-253-14/+7
| * MFC r316716:ae2017-04-181-3/+6
OpenPOWER on IntegriCloud