aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Fix KASSERT conditions in if_deregister_com_alloc().Max Khon2006-06-111-2/+2
* Allow bridge and carp to play nicely together by returning the packet if itsAndrew Thompson2006-06-081-2/+16
* Assuming the interface has an address of x.x.x.195, a mask ofQing Li2006-06-051-0/+6
* Back out previous two commits, this caused some problems in the namespaceChristian S.J. Peron2006-06-031-7/+2
* Temporarily include files so that our macro checks do something useful.Christian S.J. Peron2006-06-031-0/+3
* Make sure we don't try to dereference the the if_bpf pointer when bpf hasChristian S.J. Peron2006-06-031-1/+5
* add missed calls to bpf_peers_presentSam Leffler2006-06-022-3/+3
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-0210-102/+58
* Fix gif_output() so that GIF_UNLOCK() is performed only in caseGleb Smirnoff2006-06-021-2/+2
* raw_disconnect() now disconnects but does not detach the raw pcb. As aRobert Watson2006-06-022-3/+2
* - Add definition for IFM_10G_CX4.Gleb Smirnoff2006-06-021-0/+4
* Announce all interfaces to devd on attach/detach. This adds a new devctlAndrew Thompson2006-06-011-0/+2
* Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59Marius Strobl2006-05-301-10/+10
* Fix -Wundef warnings.Ruslan Ermilov2006-05-301-7/+7
* Avoid unwanted sign extension of indexed byte load in bpf code.David Malone2006-05-281-2/+2
* Do not call knlist_destroy() in tapclose(). Instead call it when device isMaksim Yevmenkin2006-05-171-4/+3
* Fix style(9) nits, whitespace and parentheses.Andrew Thompson2006-05-161-61/+52
* The current routing code allows insertion of indirect routes that haveQing Li2006-05-161-0/+19
* Recalculate IP checksum after running pfil hooks.Daniel Hartmeier2006-05-151-2/+17
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inMax Laier2006-05-121-2/+2
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-122-6/+5
* Correct test for fragmented packet.Jeffrey Hsu2006-05-111-1/+1
* Pickup locks for the BPF interface structure. It's quite possible thatChristian S.J. Peron2006-05-071-0/+2
* In rtrequest and rtinit check for sa_len != 0 for the givenBjoern A. Zeeb2006-05-041-0/+6
* Add support for fragmenting ipv4 packets.Andrew Thompson2006-04-291-7/+85
* Use ANSI C function protypes and declarations for if_arcsubr.Robert Watson2006-04-122-34/+14
* Correct an assertion in raw_uattach(): this is a library call that otherRobert Watson2006-04-091-1/+6
* Undo damage from wrong MFC to HEAD.Andre Oppermann2006-04-041-38/+0
* MFC rev. 1.32: Add link status descriptions and related structures for userlandAndre Oppermann2006-04-041-0/+38
* In raw and raw-derived socket types, maintain and enforce invariant thatRobert Watson2006-04-011-19/+7
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-013-30/+24
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-012-9/+4
* Add IFF_NEEDSGIANT to kernel PPP support. I have no idea why this wasn'tRobert Watson2006-03-301-1/+1
* Assert that the mbuf is not shared to ensure problems like the last commit areAndrew Thompson2006-03-261-0/+3
* m_dup () packet not m_copypacket () since we will modify it. For moreRoman Kurakin2006-03-231-2/+11
* No direct call to carp_ifdetach() anymore. It is called byGleb Smirnoff2006-03-211-6/+0
* Add kqueue(2) support on if_tap(4) interfaces. While I'm here, replaceMaksim Yevmenkin2006-03-161-60/+153
* Add link status descriptions and related structures for userlandAndre Oppermann2006-03-151-0/+38
* - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages.Andre Oppermann2006-03-152-1/+15
* Don't acquire a lock before calling vlan_unconfig().Ruslan Ermilov2006-03-091-2/+0
* If we miss the LINK_UP event from the network interface then the bridge portAndrew Thompson2006-03-062-13/+11
* Unbreak byte counters when network interfaces are in monitor mode byChristian S.J. Peron2006-03-031-8/+8
* Since we are using random ethernet addresses for the bridge, it is possibleAndrew Thompson2006-03-031-6/+21
* Slightly re-worked bpf(4) code associated with bridging: if we have aChristian S.J. Peron2006-03-031-10/+26
* Fix up the Bridge Identifier field in the BPDU packet.Andrew Thompson2006-02-281-15/+30
* This patch fixes a problem, which exists if you have IPSEC in your kernelWojciech A. Koszek2006-02-271-0/+2
* Don't to forget to unlock the rwlock on trunk before destroying it.Yaroslav Tykhiy2006-02-241-2/+3
* Fix build.Gleb Smirnoff2006-02-151-2/+2
* - Introduce ifmedia_baudrate(), which returns correct baudrate of theGleb Smirnoff2006-02-142-2/+82
* Bump the MODULE_VERSION for HEAD, as the vlan(4) API is different inEd Maste2006-02-101-1/+1