summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-8/+8
* Fix input byte counting. Now the sum of the ipackets/ibytes countersru2006-09-151-2/+8
* Make it possible to set a larger MTU by attempting to set MTUs on allru2006-09-151-1/+19
* SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flagsru2006-09-151-1/+1
* s/USBDEVNAME/device_get_nameunit/gemax2006-09-072-110/+105
* more usb fallout changesmjacob2006-09-073-75/+86
* - Catch up with ongoing rwatson's socket work;emax2006-08-252-184/+68
* Fix another fallout from the IF_LLADDR() type change.ru2006-08-241-1/+2
* Define mtu as u_int16_t not as int. This should fix problem with rfcommemax2006-08-241-1/+2
* Some perfectionizm against last revision.glebius2006-08-101-2/+2
* Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).glebius2006-08-092-21/+74
* - Use log(9) instead of printf(9).glebius2006-08-071-26/+44
* Turn off by default "feature" that overwrites MAC addressglebius2006-08-041-1/+0
* Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofthompsa2006-07-271-1/+0
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.avatar2006-07-271-0/+1
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-242-9/+7
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-219-5/+43
* Replace inb() and outb() with bus_space_read_1() and bus_space_write_1()emax2006-07-052-8/+12
* A netgraph node that can do different manipulations withglebius2006-06-272-0/+847
* Use kern_kldload() and kern_kldunload() to load and unload modules whenjhb2006-06-131-6/+5
* When counting nodes second time, use the same criteria as forglebius2006-06-071-4/+4
* Use NET_CALLOUT_MPSAFE for netgraph callout initializer.glebius2006-06-062-3/+1
* add missed calls to bpf_peers_presentsam2006-06-021-1/+1
* Conditionally acquire Giant in netgraph callouts to honor mpsafenet=0.jhb2006-06-021-0/+2
* Replace the array initialization using the gcc-specific formatdds2006-06-021-5/+5
* Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications canemax2006-05-173-1/+75
* Remove unneeded check.glebius2006-05-161-4/+0
* Do not leak kernel memory in case if userland has been compiledglebius2006-05-161-0/+1
* o Replace disappeared URLs to Cisco docs by new ones, style.maxim2006-04-251-8/+14
* o Set to zero engine_type, engine_id and pad (cisco calls itmaxim2006-04-251-0/+3
* Correct assertion in ng_detach().rwatson2006-04-061-1/+1
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-018-47/+21
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-017-12/+12
* Free private data when deleting hook.glebius2006-03-151-0/+2
* Clear csum_flags after reading data from socket buffer. Otherwise,ru2006-02-211-0/+1
* Remove unused now field.glebius2006-02-171-1/+0
* Unbreak this.ru2006-02-141-3/+1
* Don't count output bytes twice (the byte accouting is doneru2006-02-111-7/+4
* - Increase maximum number of interfaces to 2048.glebius2006-02-091-9/+8
* Two fixes:ru2006-02-061-33/+33
* Fix module from panic.rik2006-01-291-0/+1
* o Introduce D-Link compat mode, that is default to off and can be setglebius2006-01-272-64/+87
* From the RFC2516 it is not clear, what is the correct behavior for aglebius2006-01-261-43/+117
* Simplify ng_source_send() removing temporary queue and merging twoglebius2006-01-231-25/+9
* - Remove debugging printfs.glebius2006-01-211-240/+243
* Fix two accesses to uninitialized variables that a revision 1.27ru2006-01-181-4/+8
* Initialize variable.glebius2006-01-141-1/+1
* Make code simplier fixing memory leak.glebius2006-01-141-5/+2
* Remove dead code.glebius2006-01-141-3/+0
* Correct off-by-one errors.glebius2006-01-141-3/+3
OpenPOWER on IntegriCloud