]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Rename the kld for oce(4) to if_oce.ko. ifconfig(8) has special knowledge
[FreeBSD/FreeBSD.git] / sys / net /
2014-12-02 aeRemove unneded check. No need to do m_pullup to the...
2014-12-01 dimMerge ^/head r275262 through r275363.
2014-12-01 hselaskyStart process of removing the use of the deprecated...
2014-11-29 dimMerge ^/head r274961 through r275261.
2014-11-29 baptUpdate libucl to latest version
2014-11-28 bzAfter r275196 unbreak NOIP and NOINET kernels by hiding...
2014-11-28 dimMerge ^/head r275118 through r275209.
2014-11-27 melifaroFix build broken by r275195.
2014-11-27 melifaroDo not return unlocked/unreferenced lle in arpresolve...
2014-11-27 melifaroDo not try to copy header to @dst and than back to...
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-26 emasteThere is no Python in the FreeBSD base system
2014-11-26 emasteUpdate LLDB snapshot to upstream r216948 (git 50f7fe44)
2014-11-24 dimMerge ^/head r274961 through r274978.
2014-11-24 dimMerge clang 3.5.0 release from ^/vendor/clang/dist...
2014-11-24 dimMerge llvm 3.5.0 release from ^/vendor/llvm/dist, resol...
2014-11-24 philipAdd a sysctl `net.link.tap.deladdrs_on_close' to config...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-17 melifaroFinish r274175: do control plane MTU tracking.
2014-11-16 melifaroRevert r274585: rte lock is properly destroyed in uma...
2014-11-16 melifaroMake witness happy: destroy rte lock before free.
2014-11-11 hselaskyFix some minor TSO issues:
2014-11-11 glebiusMove struct ether_vlan_header to ethernet.h, out of...
2014-11-10 luigireturn kernel-supplied error if available.
2014-11-09 melifaroRenove faith(4) and faithd(8) from base. It looks like...
2014-11-09 glebiusRemove remnants of if_ef(4).
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 gjbReintegrate head@r273095
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...
next