]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
ddb: ANSI-fy function declarations.
[FreeBSD/FreeBSD.git] / sys / net /
2014-10-10 Hiroki SatoVirtualize if_epair(4). An if_xname check for both...
2014-10-09 Alexander V. ChernikovSync to HEAD@r272825.
2014-10-09 Xin LIMFV r272804:
2014-10-09 Xin LIMFV r272803:
2014-10-09 Xin LIMFV r272802:
2014-10-08 Andrey V. ElsukovWhen tunneling interface is going to insert mbuf into...
2014-10-08 Baptiste DaroussinImport byacc 20141006
2014-10-07 Andrey V. ElsukovOur packet filters use mbuf's rcvif pointer to determin...
2014-10-06 Baptiste DaroussinImport byacc 20141005 from vendor
2014-10-06 Alexander V. ChernikovSync to HEAD@r272609.
2014-10-06 Xin LIMFV r272591:
2014-10-06 Xin LIMFV r272588:
2014-10-06 Xin LIMFV r272585:
2014-10-06 Xin LIMFV r272501:
2014-10-06 Xin LIMFV r272500:
2014-10-05 Hiroki SatoVirtualize if_edsc(4).
2014-10-05 Hiroki SatoVirtualize if_disc(4) cloner.
2014-10-05 Hiroki SatoVirtualize if_bridge(4) cloner.
2014-10-05 Hiroki SatoUse printb() for boolean flags in ro_opts and actor_sta...
2014-10-05 Hiroki Sato- Move L2 addr configuration for the primary port to...
2014-10-04 Alexander V. ChernikovSync to HEAD@r272516.
2014-10-04 Xin LIMFV r272499:
2014-10-04 Xin LIAdd a new sysctl, vfs.zfs.vol.unmap_enabled, which...
2014-10-04 Xin LIDiff reduction with upstream. The code change is not...
2014-10-04 Xin LIMFV r272496:
2014-10-04 Xin LIMFV r272495:
2014-10-04 Xin LIMFV r272494:
2014-10-04 Xin LIMFV r272493:
2014-10-02 Enji CooperImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 Hiroki SatoSeparate option handling from SIOC[SG]LAGG to SIOC...
2014-10-02 Jung-uk KimMerge ACPICA 20140926.
2014-10-02 Glen BarberMerge the following revisions from ^/projects/release...
2014-10-02 Hiroki SatoVirtualize net.link.vlan.soft_pad.
2014-10-01 Hiroki SatoVirtualize lagg(4) cloner. This change fixes a panic...
2014-10-01 Alexander V. ChernikovFree radix mask entries on main radix destroy.
2014-10-01 Alexander V. ChernikovRemove lock init from radix.c.
2014-10-01 Gleb SmirnoffFix off by one in lagg_port_destroy().
2014-09-28 Bjoern A. ZeebMove the unconditional #include of net/ifq.h to the...
2014-09-28 Bjoern A. ZeebRemove duplicate declaraton of the if_inc_counter(...
2014-09-28 Gleb Smirnoff- Remove empty wrappers ether_poll_[de]register_drv...
2014-09-28 Gleb SmirnoffFinally, convert counters in struct ifnet to counter(9).
2014-09-28 Gleb SmirnoffConvert to if_inc_counter() last remnantes of bare...
2014-09-27 Alexander V. ChernikovUse underlying ports counters to get lagg statistics...
2014-09-26 Gleb SmirnoffRemove macros that hide access to struct ifnet fields.
2014-09-26 Gleb SmirnoffMake all lagg protocol methods live in lagg_protos...
2014-09-26 Andrey V. ElsukovKeep list of lagg ports sorted by if_index.
2014-09-26 Gleb Smirnoff- Whitespace.
2014-09-26 Gleb Smirnoff- Provide lagg_proto_attach(), lagg_proto_detach().
2014-09-26 Gleb Smirnoff- When reconfiguring protocol on a lagg, first set...
2014-09-26 Gleb SmirnoffMake lagg protos a enum.
2014-09-26 Gleb SmirnoffMake lagg protocols detach methods returning void.
2014-09-24 Peter WemmMerge apr-util 1.5.3 -> 1.5.4. A minor bug fix update.
2014-09-24 Enji CooperImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-22 Hans Petter SelaskyImprove transmit sending offload, TSO, algorithm in...
2014-09-21 Hiroki SatoFix build.
2014-09-21 Hiroki Sato- Virtualize interface cloner for gre(4). This fixes...
2014-09-21 Hiroki SatoVirtualize interface cloner for gif(4). This fixes...
2014-09-21 Hiroki SatoMake net.add_addr_allfibs vnet-local.
2014-09-19 Gleb SmirnoffMechanically convert to if_inc_counter().
2014-09-19 Gleb SmirnoffRemove ifq_drops from struct ifqueue. Now queue drops...
2014-09-19 Gleb SmirnoffIncrease errors, not queue drops, in cases the module...
2014-09-18 Gleb SmirnoffRemove a bunch of methods that are superseded by if_inc...
2014-09-18 Gleb SmirnoffWhile not too late rename 'ifnet_counter' to 'ift_count...
2014-09-18 Gleb SmirnoffAdd a function to set if_get_counter method for an...
2014-09-18 Gleb SmirnoffWhile not too late rename if_get_counter_compat() to...
2014-09-18 Gleb SmirnoffAdd if_inc_counter(), a generic method to update ifnet...
2014-09-18 Marcelo AraujoRevert r271735. The comment is absolutely correct,...
2014-09-18 Marcelo AraujoRemove old comment, we already do 802.1q tagging.
2014-09-18 Marcelo AraujoAdd laggproto broadcast, it allows sends frames to...
2014-09-16 Alexander V. Chernikov* Fix if_omcast handling
2014-09-15 Dag-Erling SmørgravUpgrade to OpenPAM Ourouparia.
2014-09-13 Hans Petter SelaskyRevert r271504. A new patch to solve this issue will...
2014-09-13 Alexander V. ChernikovSwitch if_vlan(4) to rmlock.
2014-09-13 Alexander V. ChernikovSwitch if_vlan(4) to use counter(9) using new
2014-09-13 Xin LIMFV r271518:
2014-09-13 Xin LIMFV r271517:
2014-09-13 Xin LIMFV r271516:
2014-09-13 Xin LIMFV r271515:
2014-09-13 Xin LIMFV r271512:
2014-09-13 Xin LIMFV r271511:
2014-09-13 Xin LIMFV r271510:
2014-09-13 Hans Petter SelaskyImprove transmit sending offload, TSO, algorithm in...
2014-09-11 Alan SomersRevisions 264905 and 266860 added a "int fib" argument...
2014-09-09 Adrian ChaddUpdate the IPv4 input path to handle reassembled frames...
2014-09-08 Brooks DavisMerge from NetBSD:
2014-09-07 Xin LIMFV r271225:
2014-09-07 Xin LIMFV r271223:
2014-09-05 Alexander V. ChernikovSync to HEAD@r271160.
2014-09-05 Warner LoshMerge forgotten .h files from vendor branch.
2014-09-04 Warner LoshReimport dts files from vendor repo now that it has...
2014-09-04 Warner LoshUpdate bindings to latest vendor branch representing...
2014-09-03 Gleb SmirnoffClean up unused CSUM_FRAGMENT.
2014-08-31 Gleb SmirnoffToss fields so that no padding field is required to...
2014-08-31 Gleb SmirnoffIt is actually possible to have if_t a typedef to non...
2014-08-31 Gleb SmirnoffProvide pointer from struct ifnet to struct netmap_adapter,
2014-08-31 Gleb Smirnoffo Remove struct if_data from struct ifnet. Now it is...
2014-08-31 Gleb SmirnoffRemove ability to write to struct if_data residing...
2014-08-29 Alexander V. Chernikov* Add SIOCGI2C driver ioctl used to retrieve i2c info.
2014-08-27 Sergey KandaurovMFV of r270725, tzdata2014f
2014-08-23 Alexander V. ChernikovSync to HEAD@r270409.
next