]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Use standard mtx(9), rwlock(9), sx(9) system initialization macros
[FreeBSD/FreeBSD.git] / sys / net /
2014-11-09 glebiusUse standard mtx(9), rwlock(9), sx(9) system initializa...
2014-11-08 bzAfter r274246 make the tree compile again.
2014-11-08 glebiusifindex_alloc_locked() never fails and doesn't have...
2014-11-07 aeOverhaul if_gre(4).
2014-11-07 glebiusRemove struct arpcom. It is unused by most interface...
2014-11-07 glebiusRemove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNE...
2014-11-07 glebiusRemove useless structure ifindex_entry.
2014-11-06 melifaroFix build.
2014-11-06 melifaroFinish r274118: remove useless fields from struct domain.
2014-11-06 melifaroMake checks for rt_mtu generic:
2014-11-03 hselaskyClarify TSO segment limit comment and remove two TABs...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-30 markmThis is the much-discussed major upgrade to the random...
2014-10-28 kibReplace some calls to fuword() by fueword() with proper...
2014-10-28 hselaskyThe SYSCTL data pointers can come from userspace and...
2014-10-24 aeRemove redundant check and m_pullup() call.
2014-10-23 aeMove if_get_counter initialization from if_attach into...
2014-10-22 luigisince we cast a pointer, use the correct signedness
2014-10-21 neelMerge projects/bhyve_svm into HEAD.
2014-10-21 bryanvUse the size of the Ethernet address, not the entire...
2014-10-21 neelIFC @r273338
2014-10-20 bryanvAdd vxlan interface
2014-10-20 neelIFC @r273214
2014-10-19 neelIFC @r273206
2014-10-17 melifaro* Remove route caching in if_stf.
2014-10-17 hrs- Fix lladdr configuration which could prevent LACP...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 aeAdd more ifdefs. SIOC*_IN6 are defined only with INET6.
2014-10-14 aeMove memset under ifdef INET6.
2014-10-14 aeOverhaul if_gif(4):
2014-10-14 neelIFC @r273066
2014-10-10 neelIFC @r272887
2014-10-10 hrsVirtualize if_epair(4). An if_xname check for both...
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-08 aeWhen tunneling interface is going to insert mbuf into...
2014-10-07 aeOur packet filters use mbuf's rcvif pointer to determin...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-05 hrsVirtualize if_edsc(4).
2014-10-05 hrsVirtualize if_disc(4) cloner.
2014-10-05 hrsVirtualize if_bridge(4) cloner.
2014-10-05 hrsUse printb() for boolean flags in ro_opts and actor_sta...
2014-10-05 hrs- Move L2 addr configuration for the primary port to...
2014-10-05 neelIFC @r272481
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 hrsSeparate option handling from SIOC[SG]LAGG to SIOC...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-10-02 hrsVirtualize net.link.vlan.soft_pad.
2014-10-01 hrsVirtualize lagg(4) cloner. This change fixes a panic...
2014-10-01 melifaroFree radix mask entries on main radix destroy.
2014-10-01 melifaroRemove lock init from radix.c.
2014-10-01 glebiusFix off by one in lagg_port_destroy().
2014-09-28 bzMove the unconditional #include of net/ifq.h to the...
2014-09-28 bzRemove duplicate declaraton of the if_inc_counter(...
2014-09-28 glebius- Remove empty wrappers ether_poll_[de]register_drv...
2014-09-28 glebiusFinally, convert counters in struct ifnet to counter(9).
2014-09-28 glebiusConvert to if_inc_counter() last remnantes of bare...
2014-09-27 neelIFC @r272185
2014-09-27 melifaroUse underlying ports counters to get lagg statistics...
2014-09-26 glebiusRemove macros that hide access to struct ifnet fields.
2014-09-26 glebiusMake all lagg protocol methods live in lagg_protos...
2014-09-26 aeKeep list of lagg ports sorted by if_index.
2014-09-26 glebius- Whitespace.
2014-09-26 glebius- Provide lagg_proto_attach(), lagg_proto_detach().
2014-09-26 glebius- When reconfiguring protocol on a lagg, first set...
2014-09-26 glebiusMake lagg protos a enum.
2014-09-26 glebiusMake lagg protocols detach methods returning void.
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-22 hselaskyImprove transmit sending offload, TSO, algorithm in...
2014-09-21 hrsFix build.
2014-09-21 hrs- Virtualize interface cloner for gre(4). This fixes...
2014-09-21 hrsVirtualize interface cloner for gif(4). This fixes...
2014-09-21 hrsMake net.add_addr_allfibs vnet-local.
2014-09-20 neelIFC @r271887
2014-09-19 glebiusMechanically convert to if_inc_counter().
2014-09-19 glebiusRemove ifq_drops from struct ifqueue. Now queue drops...
2014-09-19 glebiusIncrease errors, not queue drops, in cases the module...
2014-09-18 glebiusRemove a bunch of methods that are superseded by if_inc...
2014-09-18 glebiusWhile not too late rename 'ifnet_counter' to 'ift_count...
2014-09-18 glebiusAdd a function to set if_get_counter method for an...
2014-09-18 glebiusWhile not too late rename if_get_counter_compat() to...
2014-09-18 glebiusAdd if_inc_counter(), a generic method to update ifnet...
2014-09-18 araujoRevert r271735. The comment is absolutely correct,...
2014-09-18 araujoRemove old comment, we already do 802.1q tagging.
2014-09-18 araujoAdd laggproto broadcast, it allows sends frames to...
2014-09-17 neelIFC @r271694
2014-09-16 melifaro* Fix if_omcast handling
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-13 hselaskyRevert r271504. A new patch to solve this issue will...
2014-09-13 melifaroSwitch if_vlan(4) to rmlock.
2014-09-13 melifaroSwitch if_vlan(4) to use counter(9) using new
2014-09-13 hselaskyImprove transmit sending offload, TSO, algorithm in...
2014-09-11 asomersRevisions 264905 and 266860 added a "int fib" argument...
2014-09-09 adrianUpdate the IPv4 input path to handle reassembled frames...
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 impMerge forgotten .h files from vendor branch.
next