aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Check the size of data available in mbuf, before using them.Andrey V. Elsukov2015-10-281-0/+8
* pf: Fix compliation warning with gccKristof Provost2015-10-251-2/+2
* PF_ANEQ() macro will in most situations returns TRUE comparing two identicalKristof Provost2015-10-251-2/+3
* if_tap: correct typo in sysctl description (Enably)Ed Maste2015-10-211-1/+1
* Remove several compat functions from pre-fib era.Alexander V. Chernikov2015-10-172-8/+0
* Fix a panic when destroying a lagg interface.Hiroki Sato2015-10-161-1/+2
* pf: Fix TSO issuesKristof Provost2015-10-141-0/+5
* Fix a bug that caused reinitialization failure of MAC addresses onHiroki Sato2015-10-071-6/+14
* Remove per complete the fec aggregation protocol.Marcelo Araujo2015-10-042-11/+0
* Add IFCAP_LINKSTATE support.Hiroki Sato2015-10-033-4/+20
* Always detach encap handler when reconfiguring tunnel.Andrey V. Elsukov2015-10-031-1/+1
* Eliminate nd6_nud_hint() and its TCP bindings.Alexander V. Chernikov2015-09-272-2/+0
* Simplify the way of attaching IPv6 link-layer header.Alexander V. Chernikov2015-09-165-26/+35
* Use KASSERT for some checks, that are late to do.Andrey V. Elsukov2015-09-161-23/+3
* Remove superfluous m_freem().Oleg Bulyzhin2015-09-161-1/+0
* Unify loopback route switching:Alexander V. Chernikov2015-09-162-50/+27
* * Require explicitl lle unlink prior to calling llentry_delete().Alexander V. Chernikov2015-09-151-7/+1
* Fix the handling of IPv6 On-Link Redirects.Eric van Gyzen2015-09-142-7/+18
* * Do more fine-grained locking: call eventhandlers/free_entryAlexander V. Chernikov2015-09-142-22/+46
* Update TSO limits to include all headers.Hans Petter Selasky2015-09-141-5/+6
* - Remove GIF_{SEND,ACCEPT}_REVETHIP.Hiroki Sato2015-09-102-56/+25
* Constantify lookup key in ifa_ifwith* functions.Alexander V. Chernikov2015-09-055-28/+30
* Fix a panic which was reproducible by an infinite loop ofHiroki Sato2015-09-021-8/+8
* Simplify lla_rt_output()/nd6_add_ifa_lle() by setting lle state inAlexander V. Chernikov2015-08-311-16/+5
* Remove now unused (and #if 0'ed out) headers.Adrian Chadd2015-08-291-12/+0
* Replace the printf()s with optional rate limited debugging for RSS.Adrian Chadd2015-08-282-7/+30
* pf: Remove support for 'scrub fragment crop|drop-ovl'Kristof Provost2015-08-271-2/+0
* Fix the spelling of eri's name.Luiz Otavio O Souza2015-08-242-2/+2
* Add ALTQ(9) support for the CoDel algorithm.Luiz Otavio O Souza2015-08-2116-11/+825
* * Split allocation and table linking for lle's.Alexander V. Chernikov2015-08-202-31/+84
* Make LAG LACP fast timeout tunable through IOCTL.Hiren Panchasara2015-08-124-1/+22
* Use single 'lle_timer' callout in lltable instead ofAlexander V. Chernikov2015-08-112-10/+3
* Store addresses instead of sockaddrs inside llentry.Alexander V. Chernikov2015-08-111-13/+13
* MFP r276712.Alexander V. Chernikov2015-08-112-28/+48
|\
| * * Allocate hash tables separatelyAlexander V. Chernikov2015-01-052-19/+28
| * * Use unified code for deleting entry by sockaddr instead of per-af one.Alexander V. Chernikov2015-01-032-15/+28
| * * Hide lltable implementation details in if_llatbl_var.hAlexander V. Chernikov2015-01-034-140/+200
| * * Do not assume lle has sockaddr key after struct lle:Alexander V. Chernikov2014-12-091-4/+12
| * Simplify lle lookup/create api by using addresses instead of sockaddrs.Alexander V. Chernikov2014-12-083-18/+16
| * Use llt_prepare_static_entry method to prepare valid per-af static entry.Alexander V. Chernikov2014-12-072-25/+29
| * * Retire abstract llentry_free() in favor of lltable_drop_entry_queue()Alexander V. Chernikov2014-12-072-16/+10
| * Do not enforce particular lle storage scheme:Alexander V. Chernikov2014-12-072-56/+148
| * * Add llt_clear_entry() callback which is able to do all lleAlexander V. Chernikov2014-12-072-10/+10
| * * Unify lle table dump/prefix removal code.Alexander V. Chernikov2014-11-303-20/+76
| * Provide rte_<get|set> methods to access rtentry for external consumers.Alexander V. Chernikov2014-11-293-9/+109
| * * Make ifa_add_loopback_route() prepare gw before insertion.Alexander V. Chernikov2014-11-293-27/+63
| * Finish r274335#2: put RT_LOCK_DESTROY() back.Alexander V. Chernikov2014-11-231-0/+1
| * Do not try to unlock lle which is not locked.Alexander V. Chernikov2014-11-231-3/+0
| * Do more fine-grained lltable locking: use table runtime lock as rareAlexander V. Chernikov2014-11-234-72/+61
| * * Add lltable llt_hash callbackAlexander V. Chernikov2014-11-232-2/+42