]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
[FreeBSD/FreeBSD.git] / sys / net /
2009-05-20 qingliWhen an interface address is removed and the last prefix
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 samadd bpf_track eventhandler for monitoring bpf taps...
2009-05-18 rwatsonGarbage collect unused NETISR_{ATM,NETGRAPH,PPP} netisr...
2009-05-13 rwatsonGarbage collect now-unused NETISR_FORCEQUEUE, which...
2009-05-13 rwatsonRemove now-unused NETISR_USB.
2009-05-05 zecChange the curvnet variable from a global const struct...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-05-02 zecMake indentation more uniform accross vnet container...
2009-05-02 zecUnbreak options VIMAGE + nooptions INVARIANTS kernel...
2009-05-01 thompsaReorder the bridge add and delete routines to avoid...
2009-04-30 thompsaUse the flowid if its available for selecting the tx...
2009-04-30 zecPermit buiding kernels with options VIMAGE, restricted...
2009-04-27 kmacyreplace IFQ_ENQUEUE + if_start with if_transmit
2009-04-27 kmacyreplace IFQ_HANDOFF with if_transmit
2009-04-27 kmacyremove gratuitous memory barrier, a remnant of unified...
2009-04-27 kmacyremove call to IFQ_HANDOFF is it called by if_transmit...
2009-04-27 samuse if_transmit intead of direct frobbing of the if_snd...
2009-04-26 zecIn preparation for turning on options VIMAGE in next...
2009-04-23 rwatsonAs with ifnet_byindex_ref(), don't return IFF_DYING...
2009-04-23 rwatsonAdd ifunit_ref(), a version of ifunit(), that returns...
2009-04-23 rwatsonDuring if_detach(), invoke if_dead() to set the ifnet...
2009-04-23 rwatsonMove portions of data structure initialization from...
2009-04-23 rwatsonAdd a new interface flag, IFF_DYING, which is set when...
2009-04-21 rwatsonStart to address a number of races relating to use...
2009-04-21 rwatsonAcquire the interface address list lock over some itera...
2009-04-20 rwatsonAcquire interfce address list lock while walking the...
2009-04-20 rwatsonAcquire address list lock before walking an interface...
2009-04-20 rwatsonPrefer ifa_link (structure field) to ifa_list (macro...
2009-04-20 rwatsonPrefer if_addrhead (FreeBSD) to if_addrlist (BSD compat...
2009-04-20 kmacysimplify code by removing bit_fns and replacing with...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-19 kmacyupdate TODO list
2009-04-19 kmacy- put larger flowtable members at the end
2009-04-19 kmacy- Import infrastructure for caching flows as a means...
2009-04-18 rwatsonRemove IFF_NEEDSGIANT interface flag: we no longer...
2009-04-17 kmacyclarify state of llentry that is passed back
2009-04-17 jhbThe vlan code has not required the miibus code since...
2009-04-16 kmacyexport if_qflush for use by driver if_qflush routines
2009-04-16 kmacyadd comment to llentry_update
2009-04-16 kmacyadd utility routine for updating an struct llentry *
2009-04-16 kmacyChange if_output to take a struct route as its fourth...
2009-04-15 kmacyrevert RTM_VERSION change - it doesn't do what I though...
2009-04-15 kmacyadd an llentry to struct route{_in6} to allow it to...
2009-04-15 zecIn the !VIMAGE_GLOBALS case, make sure not to call...
2009-04-14 kmacyExtend route command:
2009-04-14 kmacycall default if_qflush on ifq if default method isn...
2009-04-14 kmacyAdapt buf_ring abstraction interface to allow consumers...
2009-04-11 rwatsonUpdate stats in struct ipstat using four new macros...
2009-04-11 zecIntroduce vnet module registration / initialization...
2009-04-10 mlaierFollow up for r190895 It's not only the "all" group...
2009-04-10 mlaierRemove interfaces from IFG_ALL on detach. This cures...
2009-04-07 edAdd parentheses to under-parenthesized macro.
2009-04-06 zec First pass at separating per-vnet initializer...
2009-04-05 edRemove if_ppp(4) and if_sl(4).
2009-04-02 rpauloSync DLTs with latest libpcap version.
2009-03-28 samenable setting the mac address of 802.11 devices
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-20 jamieCall the interface's if_ioctl from ifioctl(), if the...
2009-03-17 scfRemove the splimp()/splx() calls around the setting...
2009-03-16 rwatsonDefine and use two macros for loopback checksum offload:
2009-03-16 rwatsonif_hwassist should be initialized with CSUM, rather...
2009-03-16 scfAdd the SIOCSIFMTU ioctl handling directly to tap(4...
2009-03-15 rwatsonTeach the loopback interface about checksum generation...
2009-03-15 rwatsonRemove IFF_NEEDSGIANT, a compatibility infrastructure...
2009-03-14 samremove stray ;
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-10 csjpDisable zerocopy by default for now. It's causing...
2009-03-07 rwatsonWhen resetting a BPF descriptor, properly check that...
2009-03-07 mariusOn architectures with strict alignment requirements...
2009-03-07 csjpMark the bpf stats sysctl as being mpsafe. We do not...
2009-03-07 rwatsonClarify some comments, fix some types, and rename ZBUF_...
2009-03-04 bmsReserve a netisr slot for the IGMPv3 output queue.
2009-03-02 csjpSwitch the default buffer mode in bpf(4) to zero-copy...
2009-03-02 samconnect vendor wpa area to contrib
2009-03-01 rwatsonDo a bit of struct ifnet cleanup in preparation for...
2009-03-01 bzAdd size-guards evaluated at compile-time to the main...
2009-02-27 bzFor all files including net/vnet.h directly include...
2009-02-16 luigiwe need if_var.h not if.h
2009-02-16 luigiremove unnecessary forward declaration
2009-02-16 rwatsonIFF_NEEDSGIANT will no longer be supported, so remove...
2009-02-15 luigiremove unnecessary #include from vnet.h and vinet.h
2009-02-13 thompsabridge_delete_member is called via the event handler...
2009-02-13 maximo In case of the error do not forget to deallocate...
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-02-13 rwatsonRemove unused ifaddr local variable in ioctl routine.
2009-02-07 pisoAdd SCTP NAT support.
2009-02-05 jamieCall prison_if from rtm_get_jailed, instead of splittin...
2009-02-05 jamieStandardize the various prison_foo_ip[46] functions...
2009-02-03 rrsAdds support for SCTP checksum offload. This means
2009-01-31 bzLike with r185713 make sure to not leak a lock as rtall...
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-25 bzFor consistency with prison_{local,remote,check}_ipN...
2009-01-23 jhbOnly start the if_slowtimo timer (which drives the...
2009-01-16 qingliThe RTF_LLINFO was revived unconditionally, but within...
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-12 qingliRevive the RTF_LLINFO flag in route.h. The kernel code...
2009-01-10 rwatsonDo invoke mac_ifnet_check_transmit() and mac_ifnet_crea...
2009-01-09 bzRather than using the cred from curthread, take it...
next