summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-262-11/+11
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* Attempt to clean up spacing and long lines.glebius2013-04-121-98/+112
* Add blacklist entries for Atheros bluetooth device IDs that are known toadrian2013-04-051-0/+33
* Revamp mbuf handling in ng_ksocket_incoming2():glebius2013-03-291-12/+22
* Whitespace.glebius2013-03-291-10/+10
* Non-functional cleanup of ng_ksocket_incoming2().glebius2013-03-291-8/+8
* Return ENOMEM if malloc() fails.glebius2013-03-261-1/+1
* Cleanup: wrap long lines, cleanup comments, etc.glebius2013-03-262-113/+141
* Add NGM_NAT_LIBALIAS_INFO command, that reports internal statsglebius2013-03-212-0/+73
* Fix compilation warning.glebius2013-02-151-2/+4
* ng_ether_ifnet_arrival_event: check interface type before using IFP2NGavg2013-02-041-1/+7
* ng_ether: track interface renamingavg2013-02-021-4/+56
* Use DEVMETHOD_END, as suggested by hselasky@.rakuco2012-12-261-1/+1
* Use the correct USB interface macros instead of USB_IF_CSI.rakuco2012-12-261-1/+3
* Add vendor IDs for Broadcom USB dongles (BCM20702).glebius2012-12-261-0/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-0545-112/+112
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-1/+0
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-1810-49/+4
* Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specificmelifaro2012-10-113-0/+56
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Fix typo: s/unknow/unknownkevlo2012-10-091-1/+1
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-3/+3
* The USB Bluetooth driver should only grab its own interfaces. This allows thehselasky2012-09-301-4/+16
* Ensure that all cases that enqueue a netgraph item for delivery by arstone2012-09-271-1/+1
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-1/+2
* Remove duplicate check.mav2012-08-031-1/+1
* Add version so others can depend on this moduleemaste2012-07-271-0/+2
* Make radix lookup on src and dst flow addresses optionalmelifaro2012-06-183-92/+113
* Simplify IP pointer recovery in case of mbuf reallocation.melifaro2012-06-181-53/+15
* Use time_uptime instead of getnanotime for accouting integer number of seconds.melifaro2012-06-161-6/+4
* Set netflow v9 observation domain value to fib number instead of node id.melifaro2012-06-161-1/+1
* Fix improper L4 header handling for IPv6 packets passed via DLT_RAW.melifaro2012-06-161-1/+1
* Revert my local not yet properly tested changes, that leaked inglebius2012-05-251-16/+23
* Revert r220768 for ng_ksocket. This node is special andglebius2012-05-242-24/+19
* Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags.melifaro2012-04-221-1/+1
* #include <net/vnet.h> is no longer needed here.zec2012-04-161-1/+0
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-6/+6
* Use rt_numfibs variable instead of compile-time RT_NUMFIBS.melifaro2012-03-133-4/+13
* Upgrade the netgraph vlan node to support 802.1q, encapsulation type,adrian2012-03-112-150/+427
* Revert r231829, that was my braino.glebius2012-02-221-2/+2
* Refactor the name hash and the ID hash, that are used to address nodes:glebius2012-02-162-71/+178
* Specify correct loading order for core of netgraph(4).glebius2012-02-161-2/+2
* Supply correct "how" argument to the uma_zcreate().glebius2012-02-161-2/+2
* In ng_getsockaddr() allocate memory prior to obtaining lock.glebius2012-02-161-11/+8
* Fix includes list.glebius2012-02-151-2/+1
* Trim double empty lines.glebius2012-02-151-8/+0
* Remove testing stuff, reducing kernel memory footprint by 1 Kb.glebius2012-02-151-29/+0
* In ng_bypass() add more protection against potential raceglebius2012-02-151-0/+4
OpenPOWER on IntegriCloud