Age | Commit message (Expand) | Author |
2010-05-31 | Do not use IF_ENQUEUE() but IF_INPUT_ENQUEUE() instead. The first makro | Claudio Jeker |
2010-05-28 | Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into | Claudio Jeker |
2010-05-24 | remove bpfdetach() here, because it is called correctly in if_detach() | David Gwynne |
2010-05-19 | Require RTF_MPLS to be set when a mpls route is added or changed. To remove | Claudio Jeker |
2010-05-12 | bzero() the full compressed update struct before setting the values. | Claudio Jeker |
2010-05-11 | Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() | Claudio Jeker |
2010-05-11 | Add support for MPLS in GRE. Fairly trivial and a NOP unless option MPLS | Claudio Jeker |
2010-05-08 | Upon changing the MAC address of an if_trunk interface, all ports are switched | Stefan Sperling |
2010-05-08 | While handling SIOCSIFLLADDR, after adjusting the MAC of the interface, | Stefan Sperling |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-05-06 | Move the net/bpf.h include done and wrap it in the ususal #if NBPFILTER > 0 | Claudio Jeker |
2010-05-06 | Remove the incorrect if_media code. It is no longer needed to show and track | Claudio Jeker |
2010-05-02 | The line-discipline-specific ioctls return -1 to indicate that | Stefan Sperling |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-04-28 | Cast 'a' to (void *) in the REASON_SET macro. Makes gcc4 happy. | Robert Nagy |
2010-04-25 | Properly adjust group demotion counters when groups are added or | Marco Pfatschbacher |
2010-04-24 | Make if_ppp and if_sl ioctl handlers return ENOTTY for unsupported | Stefan Sperling |
2010-04-23 | Use proper Queen's English in a comment. Drive-by fix, no functional change. | Stefan Sperling |
2010-04-21 | Fix validation of div by constant; from Guy Harris; ok deraadt@ miod@ | Otto Moerbeek |
2010-04-21 | Implement a way to get information about a rtable. Currently only the rtableid | Claudio Jeker |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-17 | When the MAC address changes, change the IPv6 link local address | Stefan Sperling |
2010-04-17 | use ifnewlladdr() for trunk lladdr changes, too | Theo de Raadt |
2010-04-17 | split SIOCSIFLLADDR code out into an ifnewlladr() function | Theo de Raadt |
2010-04-09 | encif is a global variable and thus pre-zeroed, don't bother bzero()ing | Owain Ainsworth |
2010-04-09 | replace pool_get(), memset(,0,) with pool_get(,PR_ZERO) as $DEITY | Owain Ainsworth |
2010-04-06 | Simple implementation of RFC4941, "Privacy Extensions for Stateless | Stefan Sperling |
2010-04-03 | document the first byte of the random MAC address | Theo de Raadt |
2010-04-02 | ugly spacing | Theo de Raadt |
2010-04-02 | Special-case SIOCADDMULTI and SIOCDELMULTI ioctls, based on code from if_tun. | Stefan Sperling |
2010-04-02 | allow this to compile in the never-gonna-happen world without INET | Theo de Raadt |
2010-03-23 | Fix a crash in pfsync when running IPSEC. | Pierre-Yves Ritschard |
2010-03-23 | Set rtm_mpls on RTM_GET so that we get the correct options on mpls routes. | Claudio Jeker |
2010-03-23 | dont maintain a list of vether devices inside the driver if they are never | David Gwynne |
2010-03-20 | Don't leak memory when resizing routing table array | Bret Lambert |
2010-03-08 | argh, in del too, simultaneously spotted by kettenis and me | Henning Brauer |
2010-03-08 | aye, broadcast addr too. spotted by kettenis | Henning Brauer |
2010-03-08 | don't call ifa_item_add/del in ifa_add/del, so the ifa RB tree doesn't | Henning Brauer |
2010-03-05 | in ifa_ifwithaddr, do not use the shiny new RB tree, there is a | Henning Brauer |
2010-03-01 | shuffle slightly and add more splassert. | David Gwynne |
2010-02-24 | put back the line of code that copies the timestamp out for tables | Henning Brauer |
2010-02-17 | dont defer broadcast or multicast packets. | David Gwynne |
2010-02-09 | Set the rtm_priority when sending RTM_ADD/RTM_DELETE messages out in | Claudio Jeker |
2010-02-09 | Correctly track RTF_UP on RTM_CHANGE. Since the interface can change | Claudio Jeker |
2010-02-09 | Add 10GSFP+Cu to the Ethernet media types. This is for 10G direct attached | Claudio Jeker |
2010-02-08 | The IMPs are history so is splimp, this needs now splnet so update comment. | Claudio Jeker |
2010-02-04 | pf_get_sport() picks a random port from the port range specified in a | Stuart Henderson |
2010-01-20 | One \ too many in pfvar.h. From Daniel Dickman <didickman@gmail.com> | Ryan Thomas McBride |
2010-01-18 | Convert pf debug logging to using log()/addlog(), a single standardised | Ryan Thomas McBride |
2010-01-14 | henning and I are both dumbasses, testing &foo against NULL is pointless. | Ryan Thomas McBride |