index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
Age
Commit message (
Expand
)
Author
2003-12-15
Add support to track stateful connections by source ip. This allows us
Ryan Thomas McBride
2003-12-13
initial support ifconfig destroy; ok deraadt@
Markus Friedl
2003-12-12
Move PF interface code to new net/pf_if.c
Cedric Berger
2003-12-12
small compiler warning cleanup (#error instead of bailing out)
Hans-Joerg Hoexer
2003-12-11
Fix PR3587 and other related problems with NAT and table stats.
Cedric Berger
2003-12-10
de-register. deraadt ok
Jun-ichiro itojun Hagino
2003-12-10
use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL
Jun-ichiro itojun Hagino
2003-12-08
ip_output expects network byte order; report Bob Kitella; ok deraadt
Markus Friedl
2003-12-08
add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadt
Markus Friedl
2003-12-08
Mbuf tag tcp and udp packets which are translated to localhost, and
Ryan Thomas McBride
2003-12-07
support ifconfig create; ok deraadt
Markus Friedl
2003-12-06
u_int8_t variable can't be > 255; pointed out by Mr. GCC3.
Alexander Yurchenko
2003-12-06
support destroy; ok henning
Markus Friedl
2003-12-03
add support for ifconfig clone/destroy; ok henning deraadt
Markus Friedl
2003-12-03
add support for ifconfig clone/destroy; ok henning deraadt
Markus Friedl
2003-12-03
add support for ifconfig clone/destroy; ok henning deraadt
Markus Friedl
2003-12-03
support for network interface "cloning", e.g. gif(4) via ifconfig(8)
Markus Friedl
2003-12-03
protect against if_index wrap; similar to what netbsd does; ok henning deraadt
Markus Friedl
2003-12-02
UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)
Markus Friedl
2003-12-02
add kq support from wayne@epipe.com.au and cmaxwell@themanor.net (now that re...
Michael Shalayeff
2003-11-28
More pf stats fixups:
Ryan Thomas McBride
2003-11-21
Remove redundant arguments to pf_sockaddr_lookup(); proto and af are already
Ryan Thomas McBride
2003-11-21
Remove unused "ipoff" arguments.
Ryan Thomas McBride
2003-11-16
pf_test() and pf_test6() consistency:
Ryan Thomas McBride
2003-11-16
convert __attribute__((__packed__)) to __packed so that parsers unaware
Anil Madhavapeddy
2003-11-09
remove stale forward declaration
Daniel Hartmeier
2003-11-08
Return proper anchor rule number in correct byte order.
Daniel Hartmeier
2003-11-08
Add 'no-sync' state option to prevent state transition messages for states
Ryan Thomas McBride
2003-11-07
adress -> address, and a few more; all from Jonathon Gray;
Jason McIntyre
2003-11-06
move netisr definition into md code to allow arch provide suitable allocation...
Michael Shalayeff
2003-11-04
add in(6)_pcblookup_listen() and replace all calls to in_pcblookup()
Markus Friedl
2003-11-03
pf_route() can change output NIC, so we need to check its capabilities.
Cedric Berger
2003-11-02
Don't zero the debug level when we enable pf.
Ryan Thomas McBride
2003-10-31
Remove remenants of pf_tree stuff that I missed.
Ryan Thomas McBride
2003-10-29
fix binat for incoming connections when a netblock (not just a single
Daniel Hartmeier
2003-10-25
Build state search indexes directly on pf_state instead of pf_tree_node.
Ryan Thomas McBride
2003-10-25
"goto bad" on error with carp_input, instead of simply returning.
Ryan Thomas McBride
2003-10-24
Fix write filter blocking when no filter was set. Fixes
Can Erkin Acar
2003-10-22
Add locking and write filtering to bpf descriptors.
Can Erkin Acar
2003-10-20
tyop
Jason Wright
2003-10-19
Add missing "#ifdef ALTQ"'s in the ioctl transacions code.
Ryan Thomas McBride
2003-10-19
more typos
David Krause
2003-10-17
Common Address Redundancy Protocol
Ryan Thomas McBride
2003-10-10
make sure pd is initialized before use (or byte counters may increase
Daniel Hartmeier
2003-10-08
obviously i'm on drugs, revert
Henning Brauer
2003-10-08
missing DIOCX* in the securelevel > 1 case
Henning Brauer
2003-10-04
bpf support for atm cards; from jason@ackley.net
Theo de Raadt
2003-10-02
do not try to send incomplete fragments on ENOBUFS case
Jun-ichiro itojun Hagino
2003-10-02
correct endian handling of ip->ip_off.
Jun-ichiro itojun Hagino
2003-10-01
Fix stack leak into pfloghdr (the pad field is not initialized),
Can Erkin Acar
[next]