summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2005-07-05- prototype must not have variable name.Brad Smith
2005-07-04in if_group_routechange(), when checking wether a default route was changedHenning Brauer
2005-07-04restrict the tcp.finwait timeout (45s) to state combinations where we haveMarkus Friedl
2005-07-03rev 1.13Brad Smith
2005-06-30in order for pfvar.h not to conflict with openssl's crypto.h, useNikolay Sturm
2005-06-25hide name2id prototypes in #ifdef _KERNEL, claudio okHenning Brauer
2005-06-23update if_lastchange for evey IFF_UP change not only SIOCSIFFLAGS; henning@ okMichael Shalayeff
2005-06-16no need for NVLAN; ok jason, brad, camielMarkus Friedl
2005-06-14rename function and define to reflect the external -> egress name changeHenning Brauer
2005-06-14use "egress" instead of "external" for the interface group containing theHenning Brauer
2005-06-13check wether mask is NULL in if_group_routechange before dereferencingHenning Brauer
2005-06-13spurious XXX comment left over from interface abstraction code whackingHenning Brauer
2005-06-13make the packet and byte counters on rules and src nodes per direction,Henning Brauer
2005-06-12lo0 is special, attaches early an different than the other loopback interfacesHenning Brauer
2005-06-12add SIOCGIFGMEMB ioctl, returns a list of all interfaces who are member ofHenning Brauer
2005-06-08if a cloned interface's destroy function fails, re-join the interface classHenning Brauer
2005-06-08netns bits dieHenning Brauer
2005-06-08kill NS and DECNET bitsHenning Brauer
2005-06-08bye bye netns (and a few leftover DECNET bits while here)Henning Brauer
2005-06-08huch, more netns shitzHenning Brauer
2005-06-08kill some leftover bits from netns and iso routingHenning Brauer
2005-06-08no more netns handling for the various tunnel devices and loopbackHenning Brauer
2005-06-08in rtlabel_name2id, handle the case of an empty name: return 0Henning Brauer
2005-06-08more inet6 stuff that got exposedTheo de Raadt
2005-06-08handle ramdisks, and kernels without inet6; henning okTheo de Raadt
2005-06-07introduce a default "external" interface group, containing the interface(s)Henning Brauer
2005-06-07oopsTheo de Raadt
2005-06-07avoid retarded C unsigned char -> signed integer promotion rules.Theo de Raadt
2005-06-07de-register, ok henningCamiel Dobbelaar
2005-06-07Run vlan_input before bridge_input, and change vlan_input to notCamiel Dobbelaar
2005-06-07fix a possible panic in error path,Can Erkin Acar
2005-06-07do not handle CCITT any longerHenning Brauer
2005-06-06Backout 1.64, switch back to two-pool allocation scheme (with oldnointrDaniel Hartmeier
2005-06-06use a define instead of hardcoding "all" in 3 placesHenning Brauer
2005-06-06make cloned interfaces join an interface class group (carp for carpX, tunHenning Brauer
2005-06-05const'ify the char *groupname param to if_addgroup and if_delgroupHenning Brauer
2005-06-05const'ify the char * parameter to pfi_kif_get and pfi_group_changeHenning Brauer
2005-06-02tsc, ryan left debug crap behindHenning Brauer
2005-06-01when dumping policies, skip those attached to a socket.Hans-Joerg Hoexer
2005-05-28Remove duplicate pfi_ifs.Ryan Thomas McBride
2005-05-28Only protect IDs by suser()Hans-Joerg Hoexer
2005-05-28Add SA replay counter synchronization to pfsync(4). Required for IPsecHakan Olsson
2005-05-27add missing free on error. thanks to Andrey Matveev.Reyk Floeter
2005-05-27Use rtm_fmask instead of rtm_use.Ryan Thomas McBride
2005-05-27Calculate an MD5 checksum over the main pf ruleset.Marco Pfatschbacher
2005-05-27pass UID_MAX/NO_PID when the socket lookup failed, so tcpdump canDaniel Hartmeier
2005-05-27-in our current model, a kif has either a pointer to an interface (ifnet) orHenning Brauer
2005-05-27add back ACCEPT_GLAGS and active flag check, pointed out by cedricHenning Brauer
2005-05-27Convert IPSP_IPSEC_x to SADB_X_FLOW_TYPE_x. hshoexer@ ok.Hakan Olsson
2005-05-27Must convert back from IPPROTO_x to SADB_SATYPE_x. hshoexer@ okHakan Olsson