summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Remove useless structure ifindex_entry.glebius2014-11-071-12/+8
* Fix build.melifaro2014-11-061-1/+1
* Finish r274118: remove useless fields from struct domain.melifaro2014-11-061-6/+1
* Make checks for rt_mtu generic:melifaro2014-11-067-60/+28
* Clarify TSO segment limit comment and remove two TABs to make lines ahselasky2014-11-031-3/+6
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-302-4/+2
* Replace some calls to fuword() by fueword() with proper error checking.kib2014-10-281-1/+2
* The SYSCTL data pointers can come from userspace and must not behselasky2014-10-281-5/+8
* Remove redundant check and m_pullup() call.ae2014-10-241-2/+0
* Move if_get_counter initialization from if_attach into if_alloc.ae2014-10-231-6/+2
* since we cast a pointer, use the correct signednessluigi2014-10-221-1/+1
* Use the size of the Ethernet address, not the entire header, whenbryanv2014-10-211-1/+1
* Add vxlan interfacebryanv2014-10-202-0/+3237
* * Remove route caching in if_stf.melifaro2014-10-171-75/+20
* - Fix lladdr configuration which could prevent LACP mode from working.hrs2014-10-171-48/+40
* Add more ifdefs. SIOC*_IN6 are defined only with INET6.ae2014-10-141-0/+6
* Move memset under ifdef INET6.ae2014-10-141-1/+1
* Overhaul if_gif(4):ae2014-10-142-460/+501
* Virtualize if_epair(4). An if_xname check for both "a" and "b" interfaceshrs2014-10-101-6/+30
* When tunneling interface is going to insert mbuf into netisr queue after stri...ae2014-10-081-0/+1
* Our packet filters use mbuf's rcvif pointer to determine incoming interface.ae2014-10-071-0/+4
* Virtualize if_edsc(4).hrs2014-10-051-18/+33
* Virtualize if_disc(4) cloner.hrs2014-10-051-11/+23
* Virtualize if_bridge(4) cloner.hrs2014-10-051-72/+126
* Use printb() for boolean flags in ro_opts and actor_state for LACP.hrs2014-10-051-0/+2
* - Move L2 addr configuration for the primary port to a taskqueue. This fixeshrs2014-10-053-16/+45
* Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS forhrs2014-10-022-116/+122
* Virtualize net.link.vlan.soft_pad.hrs2014-10-021-4/+5
* Virtualize lagg(4) cloner. This change fixes a panic when tearing downhrs2014-10-013-136/+197
* Free radix mask entries on main radix destroy.melifaro2014-10-011-0/+13
* Remove lock init from radix.c.melifaro2014-10-011-3/+0
* Fix off by one in lagg_port_destroy().glebius2014-10-011-1/+1
* Move the unconditional #include of net/ifq.h to the very end of file.bz2014-09-281-2/+3
* Remove duplicate declaraton of the if_inc_counter() function after r272244.bz2014-09-281-1/+0
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]glebius2014-09-282-12/+8
* Finally, convert counters in struct ifnet to counter(9).glebius2014-09-285-101/+40
* Convert to if_inc_counter() last remnantes of bare access to struct ifnetglebius2014-09-281-2/+2
* Use underlying ports counters to get lagg statistics instead ofmelifaro2014-09-273-61/+80
* Remove macros that hide access to struct ifnet fields.glebius2014-09-263-7/+5
* Make all lagg protocol methods live in lagg_protos, not in softc. Allglebius2014-09-262-82/+131
* Keep list of lagg ports sorted by if_index.ae2014-09-261-3/+13
* - Whitespace.glebius2014-09-264-108/+106
* - Provide lagg_proto_attach(), lagg_proto_detach().glebius2014-09-262-51/+69
* - When reconfiguring protocol on a lagg, first set it to LAGG_PROTO_NONE,glebius2014-09-263-94/+49
* Make lagg protos a enum.glebius2014-09-261-9/+11
* Make lagg protocols detach methods returning void.glebius2014-09-264-39/+16
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-224-23/+108
* Fix build.hrs2014-09-211-0/+2
* - Virtualize interface cloner for gre(4). This fixes a panic when destroyinghrs2014-09-212-36/+46
* Virtualize interface cloner for gif(4). This fixes a panic when destroyinghrs2014-09-211-23/+37
OpenPOWER on IntegriCloud