aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went intoBjoern A. Zeeb2017-10-201-3/+2
* ifnet(9): split ifc_alloc_unit() (should simplify code flow)Andriy Voskoboinyk2017-10-161-24/+36
* rss: Remove never defined UDP_IPV4_EXSepherosa Ziehau2017-10-112-2/+0
* Fix "taskqgroup_attach: setaffinity failed: 3" with iflib driversStephen Hurd2017-10-052-6/+10
* Add PNP metadata to more driversConrad Meyer2017-09-261-0/+5
* Have ifmp_ring_enqueue() abdicate instead of switch to a consumerStephen Hurd2017-09-232-14/+7
* Make the rx budget a tunableStephen Hurd2017-09-231-2/+10
* Chain mbufs before passing to if_input()Stephen Hurd2017-09-231-3/+14
* Some small packet performance improvementsStephen Hurd2017-09-232-20/+28
* bridge: Set module versionKristof Provost2017-09-211-0/+1
* Fix iflib netmap RXStephen Hurd2017-09-201-16/+16
* In r288122, we changed vm_page_unwire() so that it returns a BooleanAlan Cox2017-09-201-2/+1
* Revert r323516 (iflib rollup)Stephen Hurd2017-09-163-762/+339
* Roll up iflib commits from github. This pulls in most of the work doneStephen Hurd2017-09-133-339/+762
* Allow vlan interfaces to rx through netmap(4).Matt Joras2017-09-131-1/+1
* Make LACP based lagg work with interfaces (like 100Gbps and 25Gbps) thatNavdeep Parhar2017-09-061-1/+5
* Add support for generic backpressure indicator for ratelimitedHans Petter Selasky2017-09-061-1/+9
* if: Add ioctls to get RSS key and hash type/function.Sepherosa Ziehau2017-09-052-0/+38
* Do not abuse flag that is clearly marked as unused.Gleb Smirnoff2017-08-311-1/+1
* Revert r323008 and its conversion of e1000/iflib to using SX locks.Sean Bruno2017-08-302-183/+64
* Continuation of lock cleanup in e1000.Sean Bruno2017-08-302-64/+183
* Garbage collect RT_NORTREF, which is no longer in use after FLOWTABLE removal.Gleb Smirnoff2017-08-241-10/+2
* iflib: call device's if_init function during vlan initialization.Sean Bruno2017-08-231-2/+2
* bpf: Fix incorrect cleanupKristof Provost2017-08-161-7/+3
* Rework vlan(4) locking.Matt Joras2017-08-151-176/+348
* Don't leak mbufs if clusers exceeds the number of segments. This wouldSean Bruno2017-08-101-3/+15
* Export IFCAP_HWSTATS so that we don't experience double stats countingSean Bruno2017-08-101-3/+3
* Add to if_enc(4) ability to capture packets via BPF after pfil processing.Andrey V. Elsukov2017-08-091-16/+33
* Add inpcb pointer to struct ipsec_ctx_data and pass it to the pfil hookAndrey V. Elsukov2017-07-312-1/+2
* Remove the unused mutex since r273220.Luiz Otavio O Souza2017-07-281-7/+0
* Slight restructure of iflib_busdma_load_mbuf_sg() to fix accountingSean Bruno2017-07-271-2/+2
* Deprecate unused int isc_max_txqsets and int isc_max_rxqsets as theySean Bruno2017-07-271-2/+0
* After inpcb route caching was put back in place there is no need forBjoern A. Zeeb2017-07-273-1323/+0
* Don't hold the RM lock during lagg_proto_addport() to avoid an LOR.Sean Bruno2017-07-251-2/+3
* rndis: Add LINK_SPEED_CHANGE statusSepherosa Ziehau2017-07-241-0/+1
* ethernet: Add ethernet interface attached event and devctl notification.Sepherosa Ziehau2017-07-242-0/+13
* Update netmap_user.h with the current version of netmap. This file shouldLuiz Otavio O Souza2017-07-211-12/+34
* Fix printf format warning in iflib.cDimitry Andric2017-07-201-2/+2
* Don't cache mbuf pointers if the number of descriptors is greater thanSean Bruno2017-07-191-0/+8
* iflib - flib_busdma_load_mbuf_sg used isc_tx_maxsize as max semgent size.Sean Bruno2017-07-031-3/+7
* bnxt(4) Enable LRO support, reduxSean Bruno2017-07-031-14/+34
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* Update comments and simplify conditionals for compat32Justin Hibbits2017-06-271-6/+6
* Solve the y2038 problem for powerpcJustin Hibbits2017-06-261-6/+6
* Revert r319989 "bnxt(4) Enable LRO support"Sean Bruno2017-06-171-29/+13
* bnxt(4) Enable LRO supportSean Bruno2017-06-151-13/+29
* Revert r319921 which seems to cause NFS booting assertion panics inSean Bruno2017-06-151-25/+10
* Add new sysctl to allow changing of timing of the txq timers.Sean Bruno2017-06-131-10/+25
* Plug mbuf leak in the busdma path of iflib.Sean Bruno2017-06-131-12/+15
* Resurrect RTF_RNH_LOCKED flag and restore ability to call rtalloc1_fib()Andrey V. Elsukov2017-06-132-7/+19