]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Fix line continuation in write_partition_layout().
[FreeBSD/FreeBSD.git] / sys / net /
2014-10-14 gjbReintegrate head@r273095
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-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-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 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-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-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.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-03 glebiusClean up unused CSUM_FRAGMENT.
2014-08-31 glebiusToss fields so that no padding field is required to...
2014-08-31 glebiusIt is actually possible to have if_t a typedef to non...
2014-08-31 glebiusProvide pointer from struct ifnet to struct netmap_adapter,
2014-08-31 glebiuso Remove struct if_data from struct ifnet. Now it is...
2014-08-31 glebiusRemove ability to write to struct if_data residing...
2014-08-29 melifaro* Add SIOCGI2C driver ioctl used to retrieve i2c info.
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-23 melifaroSync to HEAD@r270409.
2014-08-21 melifaro* Add new net/sff8436.h containing constants used to...
2014-08-16 melifaro* Use standard net/sff8472.h header for sff bits and...
2014-08-16 luigiUpdate to the current version of netmap.
2014-08-16 roygernet: move interface removal notification up in if_detac...
2014-08-15 kevloChange pr_output's prototype to avoid the need for...
2014-08-14 glebius- Count global pf(4) statistics in counter(9).
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-11 araujo- Remove unneeded include.
2014-08-08 kevloMerge 'struct ip6protosw' and 'struct protosw' into...
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-04 mavImprove locking of multicast addresses in VLAN and...
2014-07-29 glebiusGarbage collect couple of unused fields from struct...
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-17 kevloDeprecate m_act. Use m_nextpkt always.
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-26 rpauloMFV illumos
next