Age | Commit message (Expand) | Author |
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 |
2010-01-14 | When printing states in debug output, print the rule number that created | Ryan Thomas McBride |
2010-01-14 | i forgot to remove a now obsolete comment in pf_create_state about | Henning Brauer |
2010-01-14 | in pf_create_state, when we fixed the leaks, we were a bit too trigger | Henning Brauer |
2010-01-13 | in pf_state_key_detach, ensure that the state key pointer on the state | Henning Brauer |
2010-01-13 | cleanup pipex code. ok henning@ | YASUOKA Masahiko |
2010-01-13 | replace static on functions with Static so openbsd can define it away | David Gwynne |
2010-01-13 | Preliminary rdomain support in bridge(4). Make sure that m->m_pkthdr.rdomain | Claudio Jeker |
2010-01-13 | make ifa_ifwithaddr use the shiny new ifaddr RB tree instead of traversing | Henning Brauer |
2010-01-13 | maintain a global RB tree of all local addresses in the system. this | Henning Brauer |
2010-01-13 | instead of fiddling with the per-interface address lists directly in | Henning Brauer |
2010-01-13 | Remove extern reference to pf_pabuf which uses a struct | Jonathan Gray |
2010-01-12 | factor m_pulldown out of the message handlers up into pfsync_input now | David Gwynne |
2010-01-12 | delete more left-over stuff from vether development | Theo de Raadt |
2010-01-12 | the bridge does bpf for us, so we do not need bpf.h | Theo de Raadt |
2010-01-12 | delete the unused debug macros | Theo de Raadt |