summaryrefslogtreecommitdiffstats
path: root/sys/net/if_fddisubr.c
Commit message (Expand)AuthorAgeFilesLines
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-021-2/+2
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-4/+4
* Finish r275196: do not dereference rtentry in if_output() routines.melifaro2016-01-091-3/+2
* Replace the fastforward path with tryforward which does not require agnn2015-11-051-2/+0
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-8/+10
* After r275196 unbreak NOIP and NOINET kernels by hiding an otherwisebz2014-11-281-0/+2
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-271-9/+7
* Remove struct arpcom. It is unused by most interface types, that allocateglebius2014-11-071-1/+0
* Mechanically convert to if_inc_counter().glebius2014-09-191-13/+13
* Remove AppleTalk support.glebius2014-03-141-69/+0
* Remove IPX support.glebius2014-03-141-43/+0
* Simplify filling sockaddr_dl structure for if_resolvemulti()melifaro2014-01-181-16/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Remove unnecessary setup of the m->pkthdr.header pointer.andre2013-08-251-1/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-16/+15
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* Break at_ifawithnet() into two variants:rwatson2009-06-241-0/+1
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-211-1/+1
* The llentry *lle is only used in cases of INET or INET6.bz2009-06-101-3/+6
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-3/+6
* Remove the rt argument from nd6_storelladdr() becauseqingli2008-12-171-1/+1
* This main goals of this project are:qingli2008-12-151-2/+4
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-221-1/+1
* Hide an unused variable in case we compile without INET.bz2008-11-061-0/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-3/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerandre2006-01-181-1/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-11/+7
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-111-2/+4
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-2/+4
* When allocating link layer ifnet address list entries inrwatson2005-08-021-2/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-9/+7
* - Break after nested switch.mdodd2005-03-241-0/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-151-2/+4
* This commit does two things:luigi2004-04-251-12/+7
* arpcom untangling:luigi2004-04-241-3/+2
* replace Bcmp() with the same bcmp() used in the rest of the file.luigi2004-04-181-2/+2
* + rename and document an unused field in struct arpcom (field is stillluigi2004-04-181-1/+0
* whoops, forgot to fix these places where arpresolve() was usedluigi2004-04-041-1/+1
* Handle AF_ARP in *_output()mdodd2004-03-141-0/+27
* Const-poison ethernet and FDDI broadcast address constants, as theyrwatson2004-03-091-1/+1
* Introduce ip_fastforward and remove ip_flow.andre2003-11-141-1/+1
* Remove unnecessary (caddr_t) casts of if_broadcastaddr.imp2003-10-231-2/+2
OpenPOWER on IntegriCloud