summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* g/c last bit of old ipv6 prefix management.pluknet2012-02-081-1/+0
* Fix typo in r231010.glebius2012-02-051-1/+1
* Better comment for ifa_init(), ifa_ref(), ifa_free().glebius2012-02-051-1/+1
* In ifa_init() initialize if_data.ifi_datalen. This would beglebius2012-02-051-0/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-53/+53
* Restore a feature that was present in 5.x and 6.x, and was cleared inglebius2011-12-201-0/+1
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-5/+17
* Remove the unused if_free_type() function.brooks2011-12-091-21/+2
* Improve logging:glebius2011-11-221-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-2/+2
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-031-0/+16
* Update ifc_len field of struct ifconf passed for the ioctl SIOCGIFCONF32pluknet2011-06-281-0/+2
* When removing ifnets, we should first remove the reference to ifnetglebius2011-04-041-9/+10
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+6
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-15/+34
* Mfp4 CH=177255:bz2011-02-111-2/+4
* Fix a LOR by dropping the global ifnet locks while allocating a new ifnetjhb2011-01-241-6/+20
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* Factor out DDB commands from r204145, r204279 into if_debug.c for furtherbz2010-10-251-82/+1
* Reshuffle SIOCGIFCONF32 handler from r155224.pluknet2010-10-211-17/+29
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-2/+2
* When moving an ethernet ifnet from one vnet to another, destroy thezec2010-08-131-0/+9
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-111-0/+16
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-21/+4
* Return NULL rather than 0 for a pointer.bz2010-07-271-1/+1
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-251-2/+3
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-0/+4
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-3/+3
* When an underlying ioctl(2) handler returns an error, our ioctl(2)delphij2010-04-141-4/+3
* In if_detach_internal() we cannot hold the af_data lock over thebz2010-04-111-3/+9
* In if_detach_internal() only try to do the detach run if if_attachdomain1()bz2010-04-111-1/+1
* Use the DB_SHOW_ALL_COMMAND() macro to register the formerly 'show ifnets'bz2010-02-241-1/+1
* Start to implement ifnet DDB support:bz2010-02-201-0/+81
* Enhance a panic string to contain more useful debugging information.bz2010-02-201-1/+2
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-271-0/+70
* While flushing the multicast filter of an interface, do not zero the relevantsyrinx2010-01-241-2/+19
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-181-0/+1
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-9/+2
* Change vlan interfaces to cope more usefully with the parent interface beingjhb2009-12-291-0/+10
* Remove if_timer/if_watchdog now that they are no longer used. The spacejhb2009-11-301-66/+0
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-121-41/+0
* Add interface description capability as inspired by OpenBSD.delphij2009-11-111-0/+41
* A wrong variable is used when setting up the interfaceqingli2009-09-201-2/+2
* Self pointing routes are installed for configured interface addressesqingli2009-09-151-0/+53
* Add IFNET_HOLD reserved pointer value for the ifindex ifnet array,rwatson2009-08-261-13/+39
* Break out allocation of new ifindex values from if_alloc() and if_vmove(),rwatson2009-08-251-34/+42
* Make if_grow static -- it's not used outside of if.c, and with therwatson2009-08-241-1/+2
* When moving ifnets from one vnet to another, and the ifnetzec2009-08-241-0/+15
OpenPOWER on IntegriCloud