| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill IP_ROUTETOETHER. |  mpi | 2015-07-16 | 1 | -2/+1 |
* | Remove the "multicast_" prefix from the fields a multicast-only struct. |  mpi | 2014-12-17 | 1 | -3/+3 |
* | Use an interface index instead of a pointer for multicast options. |  mpi | 2014-12-17 | 1 | -3/+3 |
* | Kill in_iawithaddr() and use ifa_ifwithaddr() directly. |  mpi | 2014-11-05 | 1 | -3/+1 |
* | ip_output() using varargs always struck me as bizarre, esp since it's only |  henning | 2014-04-21 | 1 | -4/+3 |
* | Retire kernel support for SO_DONTROUTE, this time without breaking |  mpi | 2014-04-07 | 1 | -2/+1 |
* | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things |  sthen | 2014-03-28 | 1 | -1/+2 |
* | Retire kernel support for SO_DONTROUTE, since the plan is to always |  mpi | 2014-03-27 | 1 | -2/+1 |
* | Stop dereferencing the ifp pointer present in the packet header all |  mpi | 2014-03-27 | 1 | -3/+1 |
* | since the cksum rewrite the counters for hardware checksummed packets |  henning | 2014-01-23 | 1 | -3/+3 |
* | Change ip_output()'s non-optional arguments to be standard arguments |  matthew | 2013-12-17 | 1 | -2/+4 |
* | Instead of stripping the IP options manually in icmp_reflect(), |  bluhm | 2013-11-17 | 1 | -2/+2 |
* | Move obvious kernel prototypes (and structure's with kernel pointers, |  deraadt | 2013-10-24 | 1 | -54/+55 |
* | There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, |  deraadt | 2013-10-21 | 1 | -1/+3 |
* | When net.inet.ip.sourceroute is enable, store the source route |  mpi | 2013-08-13 | 1 | -2/+2 |
* | Remove various external variable declaration from sources files and |  mpi | 2013-04-10 | 1 | -1/+17 |
* | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) |  markus | 2012-07-16 | 1 | -1/+2 |
* | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. |  dlg | 2012-03-17 | 1 | -2/+1 |
* | reintroduce using the RB tree for local address lookups. this is |  dlg | 2011-04-19 | 1 | -2/+2 |
* | Backout the in_iawithaddr() -> ifa_ifwithaddr() change. |  claudio | 2011-04-14 | 1 | -1/+3 |
* | make in_iawithaddr a wrapper for ifa_ifwithaddr plus a hack for old ancient |  henning | 2011-04-04 | 1 | -3/+1 |
* | Initial support for routing domains. This allows to bind interfaces to |  claudio | 2009-06-05 | 1 | -4/+4 |
* | Deal with the situation when TCP nfs mounts timeout and processes |  thib | 2008-05-23 | 1 | -2/+2 |
* | allow 4095 instead of 20 multicast group memberships per socket (you need |  markus | 2007-09-18 | 1 | -2/+3 |
* | Make savecontrol functions more generic and use them now for raw IP too. |  claudio | 2006-05-29 | 1 | -1/+4 |
* | New counter for not joined IPv4 multicast groups. |  mpf | 2005-08-11 | 1 | -1/+2 |
* | change the TCP reass queue from LIST to TAILQ; |  markus | 2005-08-02 | 1 | -16/+3 |
* | Experimental support for opportunitic use of jumbograms where only some hosts |  mcbride | 2005-05-27 | 1 | -3/+4 |
* | Pull the plug on source-based routing until remaining bugs are eradicated. |  cedric | 2004-06-22 | 1 | -2/+2 |
* | extend routing table to be able to match and route packets based on |  cedric | 2004-06-06 | 1 | -2/+2 |
* | make return-rst work on pure bridges. ok dhartmei@ henning@ mcbride@ |  cedric | 2004-04-28 | 1 | -1/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Remove commons; inspired by netbsd. |  jason | 2003-02-12 | 1 | -2/+2 |
* | From Andrushock, s/sucess/success/g |  millert | 2002-12-09 | 1 | -2/+2 |
* | Change all variables definitions (int foo) in sys/sys/*.h to variable |  miod | 2002-07-03 | 1 | -6/+6 |
* | whitespace |  itojun | 2002-06-09 | 1 | -2/+2 |
* | respect rmx_mtu (cached PMTUD result) on outbound. deraadt/angelos ok |  itojun | 2002-05-31 | 1 | -2/+2 |
* | Factor out IP fragmentation code into its own function so it can be |  jasoni | 2002-05-28 | 1 | -1/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -31/+31 |
* | allocate tcp reassembly queue via pool; based on netbsd; okay art@ angelos@ |  provos | 2002-01-24 | 1 | -1/+2 |
* | Hardware checksumming stats. |  angelos | 2001-06-23 | 1 | -1/+3 |
* | Inclusion protection. |  angelos | 2001-06-09 | 1 | -2/+6 |
* | IP_ENCAPSULATED is deprecated. |  angelos | 2001-05-28 | 1 | -2/+1 |
* | Remove varargs from ipv4_input; cmetz@ deraadt@ ok. |  fgsch | 2001-05-20 | 1 | -2/+2 |
* | get rid of dtom(), okay itojun@ angelos@ mickey@ millert@ |  provos | 2001-05-01 | 1 | -8/+4 |
* | drop packets with 127.0.0.0/8 in header field, if the packet is from outside. |  itojun | 2001-03-03 | 1 | -1/+2 |
* | Path MTU discovery based on NetBSD but with the decision to use the DF |  provos | 2000-09-18 | 1 | -1/+6 |
* | Remove the ifdef for IP_ENCAPSULATED. |  angelos | 2000-01-02 | 1 | -4/+1 |
* | bring in KAME IPv6 code, dated 19991208. |  itojun | 1999-12-08 | 1 | -1/+2 |
* | add fragment flood protection; configureable using sysctl ip.maxqueue |  deraadt | 1999-02-17 | 1 | -1/+2 |