]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
This commit was generated by cvs2svn to compensate for changes in r146515,
[FreeBSD/FreeBSD.git] / sys / net /
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...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-12 delphijValidate ifc->ifc_len before submitting its incarnation...
2005-02-10 phkMake a bunch of malloc types static.
2005-02-04 delphijThis commit was generated by cvs2svn to compensate...
2005-02-01 desThis commit was generated by cvs2svn to compensate...
2005-01-30 glebiusLog changes of link state.
2005-01-25 ruThis commit was generated by cvs2svn to compensate...
2005-01-24 rwatsonAcquire the raw_cb mutex around LIST_REMOVE() of a...
2005-01-24 yarFix spelling in a comment.
2005-01-23 yarReduce the global name space pollution.
2005-01-16 glebius- Reduce number of arguments passed to dummynet_io...
2005-01-15 glebiusRemove ip_fw.h and ip_dummynet.h from includes.
2005-01-14 ruThis commit was generated by cvs2svn to compensate...
2005-01-14 glebiuso Clean up interface between ip_fw_chk() and its callers:
2005-01-14 njlThis commit was generated by cvs2svn to compensate...
2005-01-12 njlThis commit was generated by cvs2svn to compensate...
2005-01-11 keramidaFix a typo in a comment that may be confusing if one...
2005-01-11 umedon't see NBPFILTER.
2005-01-11 umeremove HAVE_OLD_BPF part.
2005-01-11 umewe are not OLD_BPF system.
2005-01-11 umefix typo.
2005-01-08 glebiusThis change adds reliability for Ethernet trunks built...
2005-01-07 imp/* -> /*- for license, minor formatting changes
2004-12-28 obrienThis commit was generated by cvs2svn to compensate...
2004-12-28 rikAdd FR support to sppp (MFCronyx).
2004-12-27 pjdFix mbuf leak.
2004-12-22 phkInclude fcntl.h
2004-12-22 phkDon't include filedesc.h
2004-12-22 phkInclude fcntl.h
2004-12-22 phkCheck O_NONBLOCK instead of IO_NDELAY.
2004-12-17 jmgdon't try to recurse on the bpf lock.. kqueue already...
2004-12-14 rikKill double inclusion for <netinet/in.h> and <netinet...
2004-12-12 rikMake sppp MPSAFE.
2004-12-08 samThis commit was generated by cvs2svn to compensate...
2004-12-08 samCleanup link state change notification:
2004-12-08 samDon't require a device to be marked up when issuing...
2004-12-06 robertoThis commit was generated by cvs2svn to compensate...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-01 marksThis commit was generated by cvs2svn to compensate...
2004-11-30 mlaierImplement the check I was talking about in the previous...
2004-11-23 rwatsonAssign if_broadcastaddr to NULL not 0 in if_attach().
2004-11-17 jmgsync comment on IFF_OACTIVE with reality.. IFF_OACTIVE...
2004-11-09 mlaierRemove the #if 0 wrapping around !ALTQ stuff that can...
2004-11-08 phkInitialize struct pr_userreqs in new/sparse style and...
next