summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2011-05-20Change 'set skip on <...>' to work with interface groups.Stuart Henderson
2011-05-17exclude link local address from the dynamic interface address poolMike Belopuhov
2011-05-16bring back r1.189, but keep doing the ip csum unconditionally for now untilHenning Brauer
2011-05-13Revert the pf->socket linking diff.Owain Ainsworth
2011-05-10when undeferring a packet, try to timeout_del first to check if youDavid Gwynne
2011-05-04Collapse m_pullup and m_pullup2 into a single function, as they'reBret Lambert
2011-04-29Why precompute the route for the gre tunnel when ip_output can doClaudio Jeker
2011-04-24Double link between pf states and sockets. Henning has alreadyAlexander Bluhm
2011-04-23pf_scrub_ip() does not modify the given mbuf pointer. So don'tAlexander Bluhm
2011-04-22pf_pooladdr_pl does not exist anymore. Remove its extern declaration.Alexander Bluhm
2011-04-19Fix potential null dereference.Charles Longeau
2011-04-17in_ifinit() is not prepared to be called from interrupt context so addStefan Sperling
2011-04-14knf. remove extra spaces and wrap long lines.David Gwynne
2011-04-13export udpencap state of SA to userland; unbreaks sasyncd(8) with NAT/T.Markus Friedl
2011-04-12put the accepted socket of a diverted connection into the routing domainMike Belopuhov
2011-04-10Revert Rev. 1.189. The delayed ip checksum calculation causes problemsClaudio Jeker
2011-04-08Fix a 64-bit arithmetic bug I stumbled upon while investigating ourMatthew Dempsky
2011-04-07Correctly initialize local variables in pf_check_proto_cksum(), even forMiod Vallat
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-06Allow PF to filter on the rdomain a packet belongs to. This allows toClaudio Jeker
2011-04-05in pf_check_proto_cksum, consider packets with the CSUM_OUT flags setHenning Brauer
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer
2011-04-05handle ACK prioritization for v6, ok henning@Stuart Henderson
2011-04-05ditch fastroute, an ipf feature that made its way into pf beforeMike Belopuhov
2011-04-04m_copyback is no longer a void function, so start using its error returnBret Lambert
2011-04-04de-guttenberg our stack a bitHenning Brauer
2011-04-04previous commit replaced a malloc(new) with malloc(sizeof(*new)) whichBret Lambert
2011-04-04Don't do crazy address manipulations when looking up the remote endClaudio Jeker
2011-04-04and stop special casing the bridge for the ip cksum hardware offloadHenning Brauer
2011-04-04stop fiddling with the ip checksum here too, it is always recalculatedHenning Brauer
2011-04-04stop using the stupid R_Malloc/Bcopy/Free macros, and just start usingBret Lambert
2011-04-04there is no point at all in updating the ip checksum. it is alwaysHenning Brauer
2011-04-04all I wanted is to make the bridge behave like the real stack wrt the ipHenning Brauer
2011-04-03Always reserve space in the routing socket for a desync mbuf. This allowsJoel Sing
2011-04-03Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, asBret Lambert
2011-04-02dont let pfsync defer packets for states with NOSYNC set.David Gwynne
2011-04-02add a pipex ioctl that lets you specify a description on pppx interfaces byDavid Gwynne
2011-04-02configure the addresses on the pppx interface when its created by npppd soDavid Gwynne
2011-04-02add the local ip address to the session request ioctl so npppd can tell itDavid Gwynne
2011-03-31- use nitems(); no binary changeJasper Lievisse Adriaanse
2011-03-25Include original rdomain in DIOCNATLOOK. This allows userland proxiesClaudio Jeker
2011-03-24Reassemble IPv6 fragments in pf. In the forward case, pf refragmentsAlexander Bluhm
2011-03-23Extract the address family independent functions from pf fragmentAlexander Bluhm
2011-03-14fixed a use-after-free bug introduced at 1.7 in pipex_mppe_output().YASUOKA Masahiko
2011-03-14fix typoYASUOKA Masahiko
2011-03-13Add a way to enable/disable Wake On LAN with ifconfig.Stefan Sperling
2011-03-07Declare the inline function pf_addr_compare() non-static in pfvar.hAlexander Bluhm
2011-03-05The function pf_tag_packet() never fails. Remove a redundant checkAlexander Bluhm
2011-03-02when sending deferred packets use ip6_output for v6 frames instead ofDavid Gwynne
2011-02-24Don't use address and control field on PPPoE, they must not be used asYASUOKA Masahiko