aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Mechanically remove the last stray remains of spl* calls from net*/*.Andre Oppermann2012-10-1810-49/+4
* Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specificAlexander V. Chernikov2012-10-113-0/+56
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Fix typo: s/unknow/unknownKevin Lo2012-10-091-1/+1
* After r241245 it appeared that in_delayed_cksum(), which still expectsGleb Smirnoff2012-10-081-3/+3
* The USB Bluetooth driver should only grab its own interfaces. This allows theHans Petter Selasky2012-09-301-4/+16
* Ensure that all cases that enqueue a netgraph item for delivery by aRyan Stone2012-09-271-1/+1
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-1/+2
* Remove duplicate check.Alexander Motin2012-08-031-1/+1
* Add version so others can depend on this moduleEd Maste2012-07-271-0/+2
* Make radix lookup on src and dst flow addresses optionalAlexander V. Chernikov2012-06-183-92/+113
* Simplify IP pointer recovery in case of mbuf reallocation.Alexander V. Chernikov2012-06-181-53/+15
* Use time_uptime instead of getnanotime for accouting integer number of seconds.Alexander V. Chernikov2012-06-161-6/+4
* Set netflow v9 observation domain value to fib number instead of node id.Alexander V. Chernikov2012-06-161-1/+1
* Fix improper L4 header handling for IPv6 packets passed via DLT_RAW.Alexander V. Chernikov2012-06-161-1/+1
* Revert my local not yet properly tested changes, that leaked inGleb Smirnoff2012-05-251-16/+23
* Revert r220768 for ng_ksocket. This node is special andGleb Smirnoff2012-05-242-24/+19
* Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags.Alexander V. Chernikov2012-04-221-1/+1
* #include <net/vnet.h> is no longer needed here.Marko Zec2012-04-161-1/+0
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-6/+6
* Use rt_numfibs variable instead of compile-time RT_NUMFIBS.Alexander V. Chernikov2012-03-133-4/+13
* Upgrade the netgraph vlan node to support 802.1q, encapsulation type,Adrian Chadd2012-03-112-150/+427
* Revert r231829, that was my braino.Gleb Smirnoff2012-02-221-2/+2
* Refactor the name hash and the ID hash, that are used to address nodes:Gleb Smirnoff2012-02-162-71/+178
* Specify correct loading order for core of netgraph(4).Gleb Smirnoff2012-02-161-2/+2
* Supply correct "how" argument to the uma_zcreate().Gleb Smirnoff2012-02-161-2/+2
* In ng_getsockaddr() allocate memory prior to obtaining lock.Gleb Smirnoff2012-02-161-11/+8
* Fix includes list.Gleb Smirnoff2012-02-151-2/+1
* Trim double empty lines.Gleb Smirnoff2012-02-151-8/+0
* Remove testing stuff, reducing kernel memory footprint by 1 Kb.Gleb Smirnoff2012-02-151-29/+0
* In ng_bypass() add more protection against potential raceGleb Smirnoff2012-02-151-0/+4
* style(9): sort includes.Gleb Smirnoff2012-02-151-6/+6
* No need to optimise for a node with no hooks, my braino.Gleb Smirnoff2012-02-131-5/+2
* - Use fixed-width integer types.Max Khon2012-02-122-21/+21
* Remove direct access to si_name.Ed Schouten2012-02-101-2/+3
* Provide a findhook method for ng_socket(4). The node stores aGleb Smirnoff2012-01-231-2/+101
* In ng_socket(4) expose less kernel internals to userland. This commitGleb Smirnoff2012-01-232-17/+16
* Convert locks that protect name hash, ID hash and typelist fromGleb Smirnoff2012-01-231-60/+61
* The newhook method can be called in ISR context atGleb Smirnoff2012-01-171-2/+3
* Add missing static.Gleb Smirnoff2012-01-161-1/+1
* Remove some disabled NOTYET code. Probability of enabling it is low,Gleb Smirnoff2012-01-161-78/+0
* Use strchr() and strrchr().Ed Schouten2012-01-021-3/+3
* style(9), whitespace and spelling nits.Gleb Smirnoff2011-12-301-104/+78
* In r191367 the need for if_free_type() was removed and a new memberBrooks Davis2011-11-111-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-077-8/+9
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-0726-32/+38
* - Fix potential double mbuf free: M_PREPEND may free mbuf chain and returnMax Khon2011-11-061-1/+3
* Fix potential double mbuf free: M_PREPEND may free mbuf chain and returnMax Khon2011-11-061-1/+2
* Constify "address" argument of ng_address_path().Max Khon2011-11-062-2/+2