summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
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
2005-05-27log two pairs of uid/pid through pflog: the uid/pid of the process thatDaniel Hartmeier
2005-05-27Add rtm_fmask define to make the (ab)use of rtm_use more obvious.Ryan Thomas McBride
2005-05-27Use export_flow() to wrap policies retrieved via sysctl in pfkey messageHans-Joerg Hoexer
2005-05-27Add export_flow()Hans-Joerg Hoexer
2005-05-27only access if_linkstatehooks inside splnet.Marco Pfatschbacher
2005-05-27Allow us to clear the RTM_JUMBO flag as well as set it.Ryan Thomas McBride
2005-05-27Experimental support for opportunitic use of jumbograms where only some hostsRyan Thomas McBride
2005-05-26remove last races of SIOCADDRT and SIOCDELRT, the 4.3BSD routing table ioctlsHenning Brauer
2005-05-26support 'log' and 'log-all' in 'nat/rdr/binat pass' rules. original patchDaniel Hartmeier
2005-05-26turd polishingHenning Brauer
2005-05-26repair (self) notation - just attach "self" to the "all" groupHenning Brauer
2005-05-26deny groupnames ending in digits in if_addgroup, frantzen okHenning Brauer
2005-05-26oups another unused varHenning Brauer
2005-05-26unused varHenning Brauer
2005-05-26remove the interface family group (i. e. "em" for "em0")Henning Brauer
2005-05-25when an interface joins or leaves a group call back into pf so it canHenning Brauer
2005-05-25AESCTR support for ESP (RFC 3686); ok hshoexerMarkus Friedl