summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* pf: Fix TSO issueskp2015-10-141-0/+5
* Fix a bug that caused reinitialization failure of MAC addresses onhrs2015-10-071-6/+14
* Remove per complete the fec aggregation protocol.araujo2015-10-042-11/+0
* Add IFCAP_LINKSTATE support.hrs2015-10-033-4/+20
* Always detach encap handler when reconfiguring tunnel.ae2015-10-031-1/+1
* Eliminate nd6_nud_hint() and its TCP bindings.melifaro2015-09-272-2/+0
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-165-26/+35
* Use KASSERT for some checks, that are late to do.ae2015-09-161-23/+3
* Remove superfluous m_freem().oleg2015-09-161-1/+0
* Unify loopback route switching:melifaro2015-09-162-50/+27
* * Require explicitl lle unlink prior to calling llentry_delete().melifaro2015-09-151-7/+1
* Fix the handling of IPv6 On-Link Redirects.vangyzen2015-09-142-7/+18
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-142-22/+46
* Update TSO limits to include all headers.hselasky2015-09-141-5/+6
* - Remove GIF_{SEND,ACCEPT}_REVETHIP.hrs2015-09-102-56/+25
* Constantify lookup key in ifa_ifwith* functions.melifaro2015-09-055-28/+30
* Fix a panic which was reproducible by an infinite loop ofhrs2015-09-021-8/+8
* Simplify lla_rt_output()/nd6_add_ifa_lle() by setting lle state inmelifaro2015-08-311-16/+5
* Remove now unused (and #if 0'ed out) headers.adrian2015-08-291-12/+0
* Replace the printf()s with optional rate limited debugging for RSS.adrian2015-08-282-7/+30
* pf: Remove support for 'scrub fragment crop|drop-ovl'kp2015-08-271-2/+0
* Fix the spelling of eri's name.loos2015-08-242-2/+2
* Add ALTQ(9) support for the CoDel algorithm.loos2015-08-2116-11/+825
* * Split allocation and table linking for lle's.melifaro2015-08-202-31/+84
* Make LAG LACP fast timeout tunable through IOCTL.hiren2015-08-124-1/+22
* Use single 'lle_timer' callout in lltable instead ofmelifaro2015-08-112-10/+3
* Store addresses instead of sockaddrs inside llentry.melifaro2015-08-111-13/+13
* MFP r276712.melifaro2015-08-112-28/+48
* Rename rt_foreach_fib() to rt_foreach_fib_walk().melifaro2015-08-102-3/+11
* Partially merge r274887,r275334,r275577,r275578,r275586 to minimizemelifaro2015-08-102-25/+297
* MFP r274295:melifaro2015-08-083-63/+98
* MFP r274553:melifaro2015-08-082-82/+90
* Remove the mtx_sleep() from the kqueue f_event filter.loos2015-08-031-4/+4
* Add a KASSERT() to make sure we wont rotate the buffers twice (rotate theloos2015-08-031-0/+1
* looks like all archs either have clang or cdefs included before..jmg2015-08-021-2/+0
* convert to C11's _Static_assert, and pull in sys/cdefs.h forjmg2015-08-021-7/+5
* Remove two unnecessary sleeps from the hot path in bpf(4).loos2015-07-312-11/+5
* Remove the sleep from the buffer allocation routine.loos2015-07-311-5/+0
* Do not allocate the buffers at opening of the descriptor, because onceloos2015-07-311-13/+30
* Ansify if_stf.cae2015-07-311-24/+7
* temporarily fix build.. This isn't the final fix, and testing isjmg2015-07-311-0/+4
* Clean up this header file...jmg2015-07-311-18/+20
* Build if_stf(4) module only when both INET and INET6 support are enabled.ae2015-07-301-3/+0
* Follow r256586 and rename the kernel version of the Free() macro toloos2015-07-303-10/+10
* Eliminate the use of m_copydata() in gif_encapcheck().ae2015-07-291-3/+4
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-292-3/+8
* Prevent null-pointer dereferencing.zec2015-07-201-3/+4
* * Address review (and add a bit myself).markm2015-07-121-1/+1
* Sync netmap sources with the version in our private tree.luigi2015-07-102-46/+117
* Fix if_loop so bpfwrite() can use it regardless of the state ofpkelsey2015-07-061-1/+1
OpenPOWER on IntegriCloud