aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* IPsec RFC6479 support for replay window sizes up to 2^32 - 32 packets.Fabien Thomas2016-11-251-1/+10
* iflib updates and fixes:Sean Bruno2016-11-181-38/+98
* Plug a lock leak in sysctl_ifmalist().Mark Johnston2016-11-151-10/+11
* Don't read if_counters with if_addr_lock heldRyan Stone2016-11-121-8/+13
* Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo2016-10-272-99/+100
* hyperv/hn: Define empty packet filter.Sepherosa Ziehau2016-10-271-0/+1
* Remove excess CTLFLAG_VNETBryan Drewery2016-10-261-1/+1
* hyperv/hn: Fix RX filter settings.Sepherosa Ziehau2016-10-241-1/+9
* hyperv/hn: Add network change support.Sepherosa Ziehau2016-10-211-0/+4
* Implement BPF_MOD and BPF_XOR instructions.Jung-uk Kim2016-10-211-3/+22
* Clear mbuf hashtype on loopback when RSS is enabled.Andrew Gallatin2016-10-201-0/+5
* Fix typo in comment.Kevin Lo2016-10-191-1/+1
* remove stale and unused code from various filesLuigi Rizzo2016-10-182-143/+99
* remove trailing whitespace. No code changes.Luigi Rizzo2016-10-181-9/+9
* Set default capabilities at attach.Sean Bruno2016-10-181-2/+7
* When deciding whether or not to call tqg_attach_cpu(), reference ridSean Bruno2016-10-181-3/+1
* Toggle v4/v6 rxcsum togetherSean Bruno2016-10-181-4/+4
* Fix misusage of CPU_FFS when binding queues to cpusSean Bruno2016-10-181-9/+15
* add a missing header.Luigi Rizzo2016-10-161-0/+325
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-162-42/+489
* ifnet: Use if_link_state snapshot to invoke ifnet_link_eventSepherosa Ziehau2016-10-121-1/+1
* Make LLTABLE list lock private for if_llatbl.cAndrey V. Elsukov2016-10-112-23/+20
* hyperv/hn: Fix checksum offload settingsSepherosa Ziehau2016-10-101-0/+1
* Replace rw_init/rw_destroy with corresponding macros.Andrey V. Elsukov2016-10-062-2/+4
* Remove an alias if_list, use if_link consistently.Kevin Lo2016-10-062-2/+1
* hyperv/hn: Add stubs for OFFLOAD_CURRENT_CONFIG and NETWORK_CHANGE statusSepherosa Ziehau2016-09-301-0/+2
* Remove the compatibility macro if_addrlist.Kevin Lo2016-09-291-1/+0
* Remove ifa_list, use ifa_link (structure field) instead.Kevin Lo2016-09-281-3/+0
* Remove a comment about the size of the ifnet structure.Kevin Lo2016-09-271-3/+0
* bridge: Fix fragment handling and memory leakKristof Provost2016-09-241-31/+55
* Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.Kevin Lo2016-09-154-4/+4
* hyperv/hn: Stringent RNDIS packet message length/offset check.Sepherosa Ziehau2016-09-061-2/+12
* net/rndis: Define RNDIS status message, which could be sent by device.Sepherosa Ziehau2016-09-051-1/+20
* net/rndis: Define common message header for RNDIS messages.Sepherosa Ziehau2016-09-021-1/+9
* net/rndis: Add comment for rndis_comp_hdrSepherosa Ziehau2016-09-021-0/+6
* net/rndis: Define types for RNDIS pktinfo rm_type field.Sepherosa Ziehau2016-09-011-1/+14
* net/vlan: Shift for pri is 13 (pri mask 0xe000) not 1.Sepherosa Ziehau2016-09-011-1/+1
* net/rndis: Define per-packet-info for RNDIS packet messageSepherosa Ziehau2016-09-011-0/+20
* net/rndis: Add comment for rndis_set_parameterSepherosa Ziehau2016-09-011-0/+3
* net/rndis: Packet types are defined by NDIS; not RNDIS specific.Sepherosa Ziehau2016-08-301-12/+12
* hyperv/hn: Move OIDs to net/rndis.h; they are standard NDIS OIDs.Sepherosa Ziehau2016-08-301-0/+4
* hyperv/hn: Use vmbus xact for RNDIS set.Sepherosa Ziehau2016-08-261-0/+4
* hyperv/hn: Use vmbus xact for RNDIS query.Sepherosa Ziehau2016-08-261-0/+7
* hyperv/hn: Use vmbus xact for RNDIS initialize.Sepherosa Ziehau2016-08-251-0/+3
* net/rndis: Fix RNDIS_STATUS_PENDING definition.Sepherosa Ziehau2016-08-241-5/+5
* net/rndis: Add canonical RNDIS major/minor version as of today.Sepherosa Ziehau2016-08-241-0/+4
* net: Split RNDIS protocol structs/macros out of dev/usb/net/if_urndisreg.hSepherosa Ziehau2016-08-231-0/+265
* Teach netisr_get_cpuid() to limit a given value to supported by netisr.Andrey V. Elsukov2016-08-172-8/+7
* Update iflib to support more NIC designsStephen Hurd2016-08-123-181/+410
* Extract out the various local definitions of ETHER_IS_BROADCAST() andAdrian Chadd2016-08-073-10/+3