summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2013-11-18The prio value of a pf match rule was overridden by a later passAlexander Bluhm
2013-11-18use arc4random() for ether_fakeaddr, because it is safeTheo de Raadt
2013-11-18Convert trunk(4) to use a detachhook, discussed at b2k13 with many.Martin Pieuchot
2013-11-17speelingDavid Gwynne
2013-11-16Remove dead assignments and now unused variables.Charles Longeau
2013-11-15calculate the line in the sand before comparing it to ticks, which looksDavid Gwynne
2013-11-15Revert 1.858, as it causes panics of inp:Christiano F. Haesbaert
2013-11-15After discussion with deraadt@ and Fernando Gont, it seems that theAlexander Bluhm
2013-11-15inherit the rdomain sc to pkthdrHenning Brauer
2013-11-15Forget socket linking on pf_pkt_addr_changed(), this fixes among otherChristiano F. Haesbaert
2013-11-14Improvements for address assignment and related issues in IPv6CP.Stefan Sperling
2013-11-13DIOCGETSRCNODES was leaking a little bit more kernel informationTheo de Raadt
2013-11-12two ioctl's were disclosing kernel pointers and such.Theo de Raadt
2013-11-12try bpf.c r1.84 again, this time without semantic changes to if statements.David Gwynne
2013-11-11Revert bpf.c 1.84 / bpfdesc.h 1.19 for now, "panic: timeout_add: to_ticks (-1)Stuart Henderson
2013-11-11Replace most of our formating functions to convert IPv4/6 addresses fromMartin Pieuchot
2013-11-11replace the user of ticks in a condition like "interval + start < ticks"David Gwynne
2013-11-09ticks is compared against mcl_grown to see if time has elapsed sinceDavid Gwynne
2013-11-08To make sure detach hooks are executed in reverse order they were added,Martin Pieuchot
2013-11-07Now that it is safe to disestablish a hook from itself, do not leak theMartin Pieuchot
2013-11-05Remove useless #ifdef *BSD cruft from sppp(4). No binary change.Stefan Sperling
2013-11-01push the queues every 1/HZ using timeout(9)pelikan
2013-11-01keep net/hfsc.h away from userspace, except in pfctlpelikan
2013-11-01The old routing messages compatibility code did not work on strictAlexander Bluhm
2013-11-01Send pflow(4) packets in the correct rdomain.Florian Obser
2013-10-31Convert the route expire timestamp in kernel and routing messageAlexander Bluhm
2013-10-31revert previous, net/if.h exports bad things to userspace.pelikan
2013-10-31push the queues every 1/HZ using timeout(9)pelikan
2013-10-30Allow to compile a kernel without INET6.Martin Pieuchot
2013-10-30translate icmpv6 echo id's the same way we do for icmpv4; ok henningMike Belopuhov
2013-10-30add a comment describing why do we call pf_map_addr again if portMike Belopuhov
2013-10-28Do not use the multicast macro IFP_TO_IA() to check if an interface hasMartin Pieuchot
2013-10-28tedu FDDI support and the 3 flavors the driver for DEC devices, evenMartin Pieuchot
2013-10-28previous udp port number rewrite fix turned out to be a work aroundMike Belopuhov
2013-10-24Move more stuff under _KERNELTheo de Raadt
2013-10-24Remove the number of in6_var.h inclusions by moving some functions andMartin Pieuchot
2013-10-24Move obvious kernel prototypes (and structure's with kernel pointers,Theo de Raadt
2013-10-23delete junk NRL v6 block; ok claudioTheo de Raadt
2013-10-23translate port numbers for inner udp packets when they're returnedMike Belopuhov
2013-10-23Remove the number of in_var.h inclusions by moving some functions andMartin Pieuchot
2013-10-23overwrite icmp packet type-specific nextptr field only when we'reMike Belopuhov
2013-10-22In pf_test_state_icmp(), actually copy pd->hdr.any back into the mbuf asLawrence Teo
2013-10-22whitespaceReyk Floeter
2013-10-21nuke comment. How soon is now?Sebastian Benoit
2013-10-21pf_translate: missing conditonal pf_check_proto_cksum calls beforeHenning Brauer
2013-10-21Enable IPv6 routing domain supportPeter Hessler
2013-10-20Deep inside DIOCXCOMMIT, should return a real errno instead of -1Theo de Raadt
2013-10-20Rename rn_mpath_count() to rn_mpath_active_count() since it will onlyClaudio Jeker
2013-10-20in pf_cksum, set the icmp/icmp6 cksums to 0, for comsistency with tcp/udpHenning Brauer
2013-10-20In rt_mpath_conflict() there is no need to check the priority in the loopClaudio Jeker