summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2006-09-02increment ips_total too.liamjfoy
2006-08-31Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams.dyoung
2006-08-30Fix initializers.christos
2006-08-30fix initializerchristos
2006-08-30static comes firstchristos
2006-08-30fix initializerschristos
2006-08-30add missing initializerschristos
2006-08-30fix initializers and add const.christos
2006-08-30Fix initializerschristos
2006-08-28icmp_input: don't assume relations between PRC_ and ICMP_ values.yamt
2006-08-28Remove excess initializer.christos
2006-08-25One step closer to loadable domains. Store pointers to a domain's softmatt
2006-07-30ugh.. more stuff that's overdue and should not be in 4.0: remove theelad
2006-07-28Extract predicate M_UNWRITABLE(m, len), which is true iff lendyoung
2006-07-28Fix mtod() usage. If we will write to the mbuf data, check whetherdyoung
2006-07-28Fix mtod() usage. If we will write to the mbuf data, check whetherdyoung
2006-07-28Where mbuf data may be read-only/shared, use mtod(m, const ...).dyoung
2006-07-28Use bpf_mtap_af(). KNF slightly.dyoung
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-22revert stuff that shouldn't have gone in.rpaulo
2006-07-22TCP RFC is 793, not 783.rpaulo
2006-07-16get rid of CURTAIN() macro. inline the last use of it, togetherelad
2006-07-12Remove test for M_CSUM_TSOv6 flag which is not (yet) defined intron
2006-07-12Add diagnostic checks for hardware-assisted checksum related flags intron
2006-07-10Wrap long lines, unwrap a short line.peter
2006-07-10Moves the PF_GENERATED m_tag to the new packet in icmp_error.peter
2006-06-13Prototype for tvtohz() is no longer needed here.riz
2006-06-13Remove implementation of tvtohz() - since the timecounters branchriz
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-28remove some dead codeliamjfoy
2006-05-27Revert rev 1.241: calling m_makewritable() in tcp_input causes problems whenbouyer
2006-05-25If we're going to byteswap fields in the TCP header, make sure the mbufbouyer
2006-05-25Make sure the mbuf is writable before trying to write to it.bouyer
2006-05-25remove a little white spaceliamjfoy
2006-05-24Add a check for our own advertisements. This is due to non-simplexliamjfoy
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2006-05-15kauth falloutchristos
2006-05-14integrate kauth.elad
2006-05-14Comment out attribute packed. Gcc4 warns us that the field is too narrowchristos
2006-05-12since ar_tha() can return NULL, don't pass it directly to functionsmrg
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-08#if -> #ifdefliamjfoy
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2006-04-25- use MAXTTLliamjfoy
2006-04-15Coverity CID 1153: Add KASSERT before deref.christos
2006-04-15Coverity CID 1152: Add KASSERT before deref.christos
2006-04-15Coverity CID 1149: Add KASSERT before deref.christos
2006-04-15Coverity CID 1148: Add KASSERT before deref.christos
2006-04-15Coverity CID 1134: Protect against NULL deref.christos
2006-04-15Move pf2 assignment after we've assigned pf.christos