aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* BPF: Switch to 32 bit compatible mode only when thread is 32 bitWojciech Macek2018-01-251-3/+6
* Added missing CTLFLAG_VNET to lacp default_strict_modeSteven Hartland2018-01-241-2/+2
* Increment the route table gen count after a modifyRyan Stone2018-01-231-0/+9
* Reduce code duplication for inpcb route cachingRyan Stone2018-01-231-8/+9
* Invalidate inpcb LLE cache if cached route is invalidatedRyan Stone2018-01-231-0/+4
* Fix compat32 for sysctl net.PF_ROUTE...NET_RT_IFLISTL.Konstantin Belousov2018-01-221-3/+19
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-212-21/+18
* net*: make some use of mallocarray(9).Pedro F. Giffuni2018-01-152-18/+21
* Disabled the use of flowid for lagg by defaultSteven Hartland2018-01-041-1/+1
* pf: Clean all fragments on shutdownKristof Provost2017-12-311-0/+1
* Add macro for vxlan list mutex lock and unlockBryan Venteicher2017-12-301-8/+12
* Advertise IFCAP_LINKSTAT after r326480 added link status supportBryan Venteicher2017-12-301-0/+2
* Add support for IPv6 scoped addresses to vxlanBryan Venteicher2017-12-302-37/+97
* Don't pass rids to taskqgroup_attach()Stephen Hurd2017-12-271-2/+2
* Remove assertion that's not true for !EARLY_AP_STARTUPStephen Hurd2017-12-271-1/+0
* Fix indentation.Stephen Hurd2017-12-271-1/+1
* kernel: Fix several typos and minor errorsEitan Adler2017-12-272-2/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-252-4/+0
* Do not pass NULL pointer to copyout in if_clone_list.Alexander Kabaev2017-12-231-1/+1
* Remove some trailing whitespace.Alexander Kabaev2017-12-231-2/+2
* Do not double free the memory in if_clone.Alexander Kabaev2017-12-231-6/+2
* The device tables end with a sentinel in iflib. Don't include theWarner Losh2017-12-231-1/+1
* Use '#' rather than some made up name for fields we want to ignore.Warner Losh2017-12-221-1/+1
* Fix build for kernels with SCHED_4BSD.Konstantin Belousov2017-12-211-1/+1
* Don't call tcp_lro_rx() unless hardware verified TCP/UDP csumStephen Hurd2017-12-211-1/+4
* Add missing `;`Li-Wen Hsu2017-12-201-1/+1
* Support attaching tx queues to cpusStephen Hurd2017-12-201-11/+131
* Update Matthew Macy contact infoStephen Hurd2017-12-193-3/+3
* Fix possible memory leak.Andrey V. Elsukov2017-12-161-1/+1
* Plug an ifaddr leak when changing a route's srcRyan Stone2017-12-141-2/+3
* Increment encap_pad_mbuf_fail when m_dup() fails in paddingStephen Hurd2017-12-111-0/+1
* Free mbuf chain when m_dup failsStephen Hurd2017-12-081-0/+1
* Handle read-only mbufs in iflib ether pad functionStephen Hurd2017-12-081-6/+17
* Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since veryGleb Smirnoff2017-12-061-1/+1
* iflib: Support to padding Ethernet frames to a min sizeStephen Hurd2017-12-052-3/+48
* Avoid calling CURVNET_[SET|RESTORE] for each packetStephen Hurd2017-12-051-20/+25
* ifconfig(8): Display extended compliance code string for SFP transceiversEric Joyner2017-12-051-4/+8
* Add if media and link status events to vxlanBryan Venteicher2017-12-021-0/+33
* Add support for SIOCGIFXMEDIA to iflibStephen Hurd2017-12-011-0/+1
* Properly define the VLAN_XXX() function macros to avoid miscompilation whenHans Petter Selasky2017-11-301-6/+6
* Fix comment introduced in r326369Stephen Hurd2017-11-291-1/+1
* Ensure that ctx->ifc_cpus is always initializedStephen Hurd2017-11-291-12/+14
* Disallow TUN and TAP character device IOCTLs to modify the network deviceHans Petter Selasky2017-11-292-2/+4
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2740-11/+93
* Fix off-by-one error in bit_nclear() usageStephen Hurd2017-11-201-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2039-0/+78
* Fix build.Konstantin Belousov2017-11-191-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-0/+6
* Fix default numbers of iflib queue setsStephen Hurd2017-11-161-4/+11
* Do not leak control in raw_usendAntoine Brodin2017-11-081-1/+2