summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2008-05-06Kill state if we get SYN for a state that has been closed from both sides.Markus Friedl
2008-05-06M_PREPEND can set its first parameter to NULL, and all other codeKenneth R Westerback
2008-05-06Add a counter to record how many states have been created by a rule.Marco Pfatschbacher
2008-05-06Prevent possible overflow of int variable on large memory machines.Tobias Weingartner
2008-05-05add lldp typeDavid Gwynne
2008-05-05in rt_gettable, we unfortunately have to check for rt_tables[id] != NULLHenning Brauer
2008-05-05remove a useless refcnt in pf_state_key.Henning Brauer
2008-04-26Typo, paket -> packet.Brad Smith
2008-04-24the softnet intr handlers check if the input queue has packets onDavid Gwynne
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby
2008-04-18extend the if_ethersubr.c crc functions to support updating a runningDamien Miller
2008-04-10introduce mitigation for the calling of an interfaces start routine.David Gwynne
2008-04-10Also count multicast packets and input bytes for interfaces enslaved byBrad Smith
2008-03-20Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of theBrad Smith
2008-03-18Don't use ph after the m_pulldown() calls because the mbuf chain could beClaudio Jeker
2008-03-18Don't use MBUFLOCK() for ifqueue protection use the correct splnet() danceClaudio Jeker
2008-03-14Do not allow pppoe(4) interfaces to be attached to anything but EthernetBrad Smith
2008-03-12Include relay-sid in the response if one was received.Can Erkin Acar
2008-02-20make return-rst work correctly in the IPv6 case again.Henning Brauer
2008-02-20Fix a mbuf leak which can be triggered on a systemBrad Smith
2008-02-16switch to RFC 1948 style ISN, too; ok mcbride, dhartmei, henningMarkus Friedl
2008-02-05Move carp load balancing (ARP/IP) to a simpler configuration scheme.Marco Pfatschbacher
2008-01-25Prevent USB network devices to generate a page fault trap when detachedMarcus Glocker
2008-01-19Fix add_net_randomness() not being called because the wrongMarco Pfatschbacher
2008-01-17In ether_input() scheduling the soft interrupt and queueing theAlexander Bluhm
2008-01-12Kill all timeouts and undo carp demotion on pfsync_clone_destroy.Marco Pfatschbacher
2008-01-10return with ENOTTY instead of EINVAL for unknown ioctl requests to trunkBrad Smith
2008-01-05make sure all callers of rtlabel_id2name check for a null return value.Henning Brauer
2008-01-05rtlabel_id2name() can return NULL if there is no route label..Theo de Raadt
2008-01-02Accept BPF_MUL as a valid instruction in bpf_validate() also improveCan Erkin Acar
2007-12-30In pf_normalize_tcpopt() call pf_pull_hdr() address family safe.Marcus Glocker
2007-12-30Make "scrub max-mss" rule work correctly;Marcus Glocker
2007-12-20increment the match/nomatch table counters when using a table/pool inReyk Floeter
2007-12-20return with ENOTTY instead of EINVAL for unknown ioctl requests.Brad Smith
2007-12-14add sysctl entry points into various network layers, in particular toTheo de Raadt
2007-12-05Revert change which seems to break things like dhclient. Requested byKenneth R Westerback
2007-12-041500 is a 'magic number' in the protocol that all implementationsClaudio Jeker
2007-12-04Always compare the nexthop if one is specified even if it is a non-multipathClaudio Jeker
2007-12-02DIOC{GET,ADD}STATE incorrectly use a user provided pointer without usingChristopher Pascoe
2007-12-02When pf_insert_state state succeeds, increase the state count on theChristopher Pascoe
2007-12-02initialize altq->altq_disc to NULL, from Max LaierDaniel Hartmeier
2007-12-02Don't put state key if pf_insert_state fails. pf_detach_state would haveChristopher Pascoe
2007-12-02Don't leak state if key allocation fails during add.Christopher Pascoe
2007-12-02Set expiry timestamp when importing a state, otherwise it expires on theChristopher Pascoe
2007-12-02DIOCADDSTATE would always dereference a NULL pointer during this copyChristopher Pascoe
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26typos; ok jmc@Martynas Venckus
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-11-22pf_src_tree_remove_state() is called upon pf_insert_state() failures.Henning Brauer
2007-11-22Factor out the virtual host portion of carp into a separate structMarco Pfatschbacher