summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2010-11-20throw some yields into the pf table code so it doesn't lock up the kernel.Ted Unangst
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-11-20remove bs_list occurrences. fixes panic on destroy.Federico G. Schwindt
2010-11-17make ifa_ifwithaddr use the RB tree for lookups instead of nested listHenning Brauer
2010-11-17add ifa_print_rb(), dumps the RB tree to the console, can be called fromHenning Brauer
2010-11-17maintain an RB tree of ifaddrs in the system (addresses and broadcast addrs,Henning Brauer
2010-11-17an extra parameter for in_ifinit, indicating wether the ifaddr passed to itHenning Brauer
2010-11-17introduce ifa_update_broadaddr to update an ifaddr's broadcast address,Henning Brauer
2010-11-16If the interface address referenced by a cloning route did not pointAlexander Bluhm
2010-11-12avoid pointer arithmetic on void *David Hill
2010-11-04Filter out reserved destination MAC addresses (01:80:C2:00:00:0x) asPaul de Weerd
2010-10-31Remove unused bstp_list and bstp_attach.Marco Pfatschbacher
2010-10-29Align to 32-bits instead of sizeof(long) which may be bigger. There is noCan Erkin Acar
2010-10-28Fix a 'bstp still active' panic that happens if a stp enabledMarco Pfatschbacher
2010-10-28Do not send route messages to userland processes that the kernelClaudio Jeker
2010-10-28A function that only returns NULL should return void.Claudio Jeker
2010-10-25move to static initializers for the ifnet/ifg_head TAILQ'sBret Lambert
2010-10-23remove PFR_FLAG_ATOMIC. not used, and doesn't work as advertised.Ted Unangst
2010-10-18Revert non-compatible and undocumented bullshit commited by 3 developersTheo de Raadt
2010-10-17Add quirks support to operating system fingerprinting. tcpdump partJoel Sing
2010-10-11Implement an rtsocket filter for rtableids. A process will initiallyClaudio Jeker
2010-10-11Remove some commented code we will never have.Claudio Jeker
2010-10-06Retire SkipjackMike Belopuhov
2010-10-04fp_wscale is only a single byte so do not byteswap it. This makes osClaudio Jeker
2010-09-30Convert printf()'s to DPFDEBUG() macro.Ryan Thomas McBride
2010-09-29pipex_pptp_userland_output() calls always m_pullup() 16 bytes to theYASUOKA Masahiko
2010-09-29Adjust to the pipex changes introduced during j2k10. Compiles again notClaudio Jeker
2010-09-28wrap long line. correct indent. delete a useless comment.YASUOKA Masahiko
2010-09-28replace hand-rolled infinite loop with LIST_FOREACHBret Lambert
2010-09-27must have either PR_WAITOK or PR_NOWAIT set.David Gwynne
2010-09-27a pool_get() assuming that PR_NOWAIT is 0 (not anymore!); run into by naddyTheo de Raadt
2010-09-26Length field in L2TP header was broken.YASUOKA Masahiko
2010-09-24avoid potential infinite loopBret Lambert
2010-09-24Add L2TP support to PIPEX.SUENAGA Hiroki
2010-09-24Implement if_freenameindex() as a real function as required by posix.Claudio Jeker
2010-09-24itojun picked exactly the right reason in that REASON_SET call. really noHenning Brauer
2010-09-24use pd->rdomain for the PF_MISMATCHAW checks in pf_test_fragment instead ofHenning Brauer
2010-09-24no need to pf_tag_packet in the stateless case in pf_test sinceHenning Brauer
2010-09-24hello, this is captain obvious speaking:Henning Brauer
2010-09-24remove misleading XXX comment. it is pretty clear by now thatHenning Brauer
2010-09-24nicer linewraps, purely cosmeticHenning Brauer
2010-09-24kill some unused arguments to pf_create_stateJonathan Gray
2010-09-23Break out rule counter update code into a separate function, makes theRyan Thomas McBride
2010-09-23fix indentation to not confusingly align with an unassociated while() statementBret Lambert
2010-09-23tweak the mclgeti algorithm to behave better under load.David Gwynne
2010-09-23If tunread() fails, we should increment if_oerrors, not if_ierrors.Matthew Dempsky
2010-09-22Add a new interface pppx(4) -- the ppp multiplexer to be used with npppdClaudio Jeker
2010-09-22Add AES-GCM Transform Identifiers as specified by IANA inMike Belopuhov
2010-09-22add a new log opt PF_LOG_MATCHESHenning Brauer
2010-09-22Don't bother calling suser() in tunopen().Matthew Dempsky