]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
This commit was generated by cvs2svn to compensate for changes in r147464,
[FreeBSD/FreeBSD.git] / sys / net /
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-13 brooksInitialze ifp->if_softc.
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-12 brooksReturn NULL instead of a bogus pointer from if_alloc...
2005-06-10 thompsaCatch up with the struct ifnet changes and use if_alloc().
2005-06-10 brooksStop embedding struct ifnet at the top of driver softcs...
2005-06-10 mlaierAdd missing {} in last commit.
2005-06-10 thompsaAdd dummynet(4) support to if_bridge, this code is...
2005-06-09 samThis commit was generated by cvs2svn to compensate...
2005-06-09 hartiWhen returing an RTM_GET message through the routing...
2005-06-07 thompsaBring in IPFW layer2 filtering from bridge.c, this...
2005-06-07 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-07 brooksThis commit was generated by cvs2svn to compensate...
2005-06-06 csjpChange the maximum bpf program instruction limitation...
2005-06-06 brooksSend link state change notifications to /dev/devctl...
2005-06-06 thompsaChange ipv6 packet filtering to match ipv4. It now...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-05 thompsaFix indentation of two comment blocks from the last...
2005-06-05 thompsaAdd hooks into the networking layer to support if_bridg...
2005-06-05 thompsaAdd if_bridge, which provides more advanced Ethernet...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-28 samintegrate changes from libpcap-0.9.1-096
2005-05-28 brooksUpdate refrenced URL for SNMP list of ifTypes to refer...
2005-05-26 glebiusPlug mbuf leak, that I have introduced in 1.85. Also...
2005-05-25 peadarSeparate out address-detaching part of if_detach into...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 mlaierFix semantics of ph_busy_count == -1 to pass instead...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 ruThis commit was generated by cvs2svn to compensate...
2005-05-17 mikehThis commit was generated by cvs2svn to compensate...
2005-05-16 ruThis commit was generated by cvs2svn to compensate...
2005-05-16 obrienThis commit was generated by cvs2svn to compensate...
2005-05-10 tjrThis commit was generated by cvs2svn to compensate...
2005-05-06 cpercivaIf we are going to
2005-05-04 emaxChange m_uiotombuf so it will accept offset at which...
2005-05-04 umeThis commit was generated by cvs2svn to compensate...
2005-05-04 csjp-introduce net.bpf sysctl instead of the less intuitive...
2005-05-03 mlaierThis commit was generated by cvs2svn to compensate...
2005-04-29 hartiThis commit was generated by cvs2svn to compensate...
2005-04-26 hartiThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-24 mpThis commit was generated by cvs2svn to compensate...
2005-04-24 kientzleThis commit was generated by cvs2svn to compensate...
2005-04-20 glebius- Call if_link_state_change() for each vlan, when link...
2005-04-20 glebiusDo not call all link state callbacks directly, but...
2005-04-15 cpercivaZero the ifr.ifr_name buffer in ifconf() in order to...
2005-04-13 mdoddAdd #defines for control fields and address bits.
2005-04-13 mdoddProvide a sysctl (net.link.tap.user_open) to allow...
2005-03-31 phkExplicitly hold a reference to the cdev we have just...
2005-03-27 greenYou must selwakeup{,pri}() when closing a selectable...
2005-03-26 samrt_newaddrmsg will blow up if given something other...
2005-03-25 gallatinZero the reserved fields of the header, as per rfc...
2005-03-24 mdodd- Break after nested switch.
2005-03-20 glebiusifma_protospec is a pointer. Use NULL when assigning...
2005-03-17 dougbThis commit was generated by cvs2svn to compensate...
2005-03-12 glebiusAdd a sysctl net.link.log_link_state_change, which...
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-03-06 sobomaxWhen neither of supported frame type is enabled via...
2005-03-06 sobomaxFix ef(4) driver when kernel compiled w/o IPX.
2005-03-02 jmgfix a bug where bpf would try to wakeup before updating...
2005-03-01 glebiusUse NET_CALLOUT_MPSAFE macro.
2005-03-01 glebiusRevert change to struct ifnet. Use ifnet pointer in...
2005-02-28 hartiThis commit was generated by cvs2svn to compensate...
2005-02-28 rwatsonIn bpf_setf(), protect against races between multiple...
2005-02-28 rwatsonUpdate a comment describing bpf_iflist to indicate...
2005-02-26 glebiusRemove carp_softc.sc_ifp member in favor of union point...
2005-02-25 brooksChange the definition of struct if_data's member ifi_ep...
2005-02-25 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 maximo Move ifcr_count sanity check up and reject negative...
2005-02-24 glebiusFix long lines in comment introduced in previous commit.
2005-02-24 samthe rt parameter to ifa_rtrequest callbacks should...
2005-02-23 sameliminate dead code and collapse the remainder
2005-02-22 glebiusTypo in comment.
2005-02-22 rwatsonWhen prepending an LCC SNAP header to an atalk outgoing...
2005-02-22 glebius- In if_link_state_change() extract function body from...
2005-02-22 glebiusAdd CARP (Common Address Redundancy Protocol), which...
2005-02-20 mikehThis commit was generated by cvs2svn to compensate...
2005-02-18 ruAllocate the M_VLANTAG m_pkthdr flag, and use it to...
2005-02-14 glebiusCheck for non-NULL ac_netgraph field in interface arpco...
2005-02-14 ruIf no vlan(4) interfaces are configured for the interfa...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
next