summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* The vlan code has not required the miibus code since 6.0 whenjhb2009-04-171-1/+0
* export if_qflush for use by driver if_qflush routineskmacy2009-04-162-7/+12
* add comment to llentry_updatekmacy2009-04-161-0/+4
* add utility routine for updating an struct llentry *kmacy2009-04-162-0/+35
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-1624-51/+78
* revert RTM_VERSION change - it doesn't do what I thought it does and changing...kmacy2009-04-151-1/+1
* add an llentry to struct route{_in6} to allow it to be passed around withkmacy2009-04-151-0/+1
* In the !VIMAGE_GLOBALS case, make sure not to call vnet_net_iattach()zec2009-04-151-1/+2
* Extend route command:kmacy2009-04-144-86/+148
* call default if_qflush on ifq if default method isn't used by the driverkmacy2009-04-141-0/+2
* Adapt buf_ring abstraction interface to allow consumers to interoperate with ...kmacy2009-04-141-0/+29
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-9/+9
* Introduce vnet module registration / initialization framework withzec2009-04-114-3/+44
* Follow up for r190895 It's not only the "all" group that is affected, butmlaier2009-04-101-1/+50
* Remove interfaces from IFG_ALL on detach. This cures a couple of pf panicsmlaier2009-04-101-0/+1
* Add parentheses to under-parenthesized macro.ed2009-04-071-1/+1
* First pass at separating per-vnet initializer functionszec2009-04-065-32/+74
* Remove if_ppp(4) and if_sl(4).ed2009-04-0510-6262/+0
* Sync DLTs with latest libpcap version.rpaulo2009-04-021-0/+88
* enable setting the mac address of 802.11 devicessam2009-03-281-0/+1
* Call the interface's if_ioctl from ifioctl(), if the protocol didn'tjamie2009-03-201-0/+5
* Remove the splimp()/splx() calls around the setting of the MTU. They arescf2009-03-171-2/+0
* Define and use two macros for loopback checksum offload:rwatson2009-03-161-6/+9
* if_hwassist should be initialized with CSUM, rather than IFCAP, flags.rwatson2009-03-161-2/+2
* Add the SIOCSIFMTU ioctl handling directly to tap(4) permitting it toscf2009-03-161-0/+7
* Teach the loopback interface about checksum generation and validationrwatson2009-03-151-1/+22
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-153-75/+4
* remove stray ;sam2009-03-141-1/+1
* Disable zerocopy by default for now. It's causing some problems in pcapcsjp2009-03-101-1/+1
* When resetting a BPF descriptor, properly check that zero-copy buffersrwatson2009-03-071-5/+11
* On architectures with strict alignment requirements compensatemarius2009-03-071-0/+2
* Mark the bpf stats sysctl as being mpsafe. We do not requirecsjp2009-03-071-1/+1
* Clarify some comments, fix some types, and rename ZBUF_FLAG_IMMUTABLE torwatson2009-03-071-18/+18
* Reserve a netisr slot for the IGMPv3 output queue.bms2009-03-041-0/+1
* Switch the default buffer mode in bpf(4) to zero-copy buffers.csjp2009-03-021-1/+1
* Do a bit of struct ifnet cleanup in preparation for 8.0: group functionrwatson2009-03-011-7/+12
* Add size-guards evaluated at compile-time to the main struct vnet_*bz2009-03-011-0/+3
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-2710-3/+18
* we need if_var.h not if.hluigi2009-02-161-1/+1
* remove unnecessary forward declarationluigi2009-02-161-2/+0
* IFF_NEEDSGIANT will no longer be supported, so remove compatibility coderwatson2009-02-161-35/+12
* remove unnecessary #include from vnet.h and vinet.hluigi2009-02-151-6/+0
* bridge_delete_member is called via the event handler from if_detachthompsa2009-02-131-5/+9
* o In case of the error do not forget to deallocate a cloned device unit.maxim2009-02-131-0/+1
* Remove unused ifaddr local variable in ioctl routine.rwatson2009-02-131-2/+0
* Call prison_if from rtm_get_jailed, instead of splitting it out intojamie2009-02-051-90/+63
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-052-16/+16
* Adds support for SCTP checksum offload. This meansrrs2009-02-031-0/+4
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsbz2009-01-311-2/+3
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-251-2/+2
OpenPOWER on IntegriCloud