summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Commit pf version 3.5 and link additional files to the kernel build.mlaier2004-06-161-0/+14
* Prepare for pf 3.5 import:mlaier2004-06-161-0/+2
* o connect(2): if there is no a route to the destinationmaxim2004-06-161-3/+1
* Fix build for IPSEC && !INET6bms2004-06-162-6/+12
* Reverse a patch which has no effect on -CURRENT and should probably bebms2004-06-161-7/+1
* In ip_forward(), when calculating the MTU in effect for an IPSEC transportbms2004-06-161-0/+2
* In ip_forward(), set m->m_pkthdr.len correctly such that the mbuf chainbms2004-06-161-0/+1
* Disconnect a temporarily-connected UDP socket in out-of-mbufs case. Thisbms2004-06-161-1/+7
* Convert GIANT_REQUIRED to NET_ASSERT_GIANT for socket access.rwatson2004-06-161-1/+1
* Grab the socket buffer send or receive mutex when performing arwatson2004-06-152-2/+8
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-144-15/+15
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-132-0/+13
* Add a new driver to support IP over firewire. This driver is intended todfr2004-06-131-1/+2
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-135-1/+12
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-123-4/+7
* Modify ip fw so that whenever UID or GID constraints exist in acsjp2004-06-111-30/+77
* Remove unneeded Giant acquisition in divert_packet(), which isrwatson2004-06-111-15/+0
* Lock down parallel router_info list for tracking multicast IGMPrwatson2004-06-111-1/+27
* init_tables() must be run after sys/net/route.c:route_init().ru2004-06-101-1/+4
* Introduce a new feature to IPFW2: lookup tables. These are usefulru2004-06-094-1/+354
* do not send icmp response if the original packet is encrypted.ume2004-06-071-0/+3
* Move the locking of the pcb into raw_output(). Organize code sobmilekic2004-06-031-10/+14
* add missing #include <sys/module.h>phk2004-05-303-0/+3
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Add a super-user check to ipfw_ctl() to make sure that the callingcsjp2004-05-251-0/+4
* When checking for possible port theft, skip over a TCP inpcbyar2004-05-201-7/+3
* o Calculate a number of bytes to copy (cnt) correctly:maxim2004-05-111-1/+1
* o IFNAMSIZ does include the trailing \0.maxim2004-05-071-1/+1
* Provide the sysctl net.inet.ip.process_options to control the processingandre2004-05-063-2/+24
* Switch to using the inpcb MAC label instead of socket MAC label whenrwatson2004-05-046-8/+20
* Assert inpcb lock in udp_append().rwatson2004-05-041-0/+2
* Assert the inpcb lock on 'last' in udp_append(), since it's alwaysrwatson2004-05-041-0/+2
* o Fix misindentation in the previous commit.maxim2004-05-031-8/+7
* Back out a change that slipped into the previous commit for which otherandre2004-05-031-10/+2
* Optimize IP fastforwarding some more:andre2004-05-031-95/+114
* Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier.darrenr2004-05-024-4/+4
* oops, I forgot this file in a prior commit (change was still sitting here,darrenr2004-05-022-2/+2
* Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra argdarrenr2004-05-023-18/+2
* Give jail(8) the feature to allow raw sockets from within abmilekic2004-04-261-2/+31
* Tighten up reset handling in order to make reset attacks as difficult assilby2004-04-263-0/+21
* Another small set of changes to reduce diffs with the new arp code.luigi2004-04-251-31/+18
* remove a stale comment on the behaviour of arpresolveluigi2004-04-251-10/+0
* Start the arp timer at init time.luigi2004-04-251-10/+1
* This commit does two things:luigi2004-04-251-7/+28
* Wrap two long lines in the previous commit.silby2004-04-231-2/+4
* Correct an edge case in tcp_mss() where the cached path MTUandre2004-04-232-4/+4
* Add the option versrcreach to verify that a valid route to theandre2004-04-232-7/+32
* Fix a potential race when purging expired hostcache entries.andre2004-04-231-3/+3
* Take out an unneeded variable I forgot to remove in the last commit,silby2004-04-221-2/+3
* Simplify random port allocation, and add net.inet.ip.portrange.randomized,silby2004-04-221-27/+13
OpenPOWER on IntegriCloud