Age | Commit message (Expand) | Author |
2017-01-24 | splsoftnet() to NET_LOCK() in bpfwrite(). | Martin Pieuchot |
2017-01-24 | Kill some unused variables found by clang. | Rafael Zalamena |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-24 | when we lose link, do not delete entries that have the RTF_BFD flag set | Peter Hessler |
2017-01-24 | add support for multiple transmit ifqueues per network interface. | David Gwynne |
2017-01-24 | only send the rt msg on timeout failure if bfd is not down | Peter Hessler |
2017-01-24 | move setting the IP TOS from the listening socket to the sending socket | Peter Hessler |
2017-01-24 | Introduce rt_report() a function that generates a route message from an | Claudio Jeker |
2017-01-23 | The function raw_input() has not been called since netiso has been | Alexander Bluhm |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2017-01-23 | Kill unecessary splsoftnet()/splx() dances, what's protecting radix | Martin Pieuchot |
2017-01-23 | i botched the copyout to ifr->ifr_data in SIOCGIFDATA. | David Gwynne |
2017-01-23 | merge the ifnet and ifqueue stats together when userland wants them. | David Gwynne |
2017-01-23 | Make the art interface a bit more generic by not depending on sockaddr | Claudio Jeker |
2017-01-23 | Add comment above rtm_type #define's. | Kenneth R Westerback |
2017-01-23 | Add comment above rtm_flags #define's. | Kenneth R Westerback |
2017-01-23 | Typo in comment. It's 'rtm_addrs', not 'rtm_addr' | Kenneth R Westerback |
2017-01-23 | Zap some bad whitespace. | Kenneth R Westerback |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2017-01-22 | white space fixes. no functional change. | David Gwynne |
2017-01-22 | Cleanup error handling. Do not use 'goto flush' early on since the message | Claudio Jeker |
2017-01-22 | Zap some bad whitespace. | Kenneth R Westerback |
2017-01-22 | set the TOS/ECN field to Internetwork Control, since that is exactly | Peter Hessler |
2017-01-21 | sockets tell us the size of their data. since we want one udp packet, | Peter Hessler |
2017-01-21 | be more explict with the size of bfd packets we send and receive | Peter Hessler |
2017-01-21 | remove some extra whitespace. | David Gwynne |
2017-01-21 | Change route_input to a non-variadic function and just pass the address | Claudio Jeker |
2017-01-21 | Make the if_flags member unsigned. This was prompted by clang | Patrick Wildt |
2017-01-20 | if a route is not valid, set down instead of admindown | Peter Hessler |
2017-01-20 | fix typo | Peter Hessler |
2017-01-20 | don't increase the error counter in the not-down case, in general | Peter Hessler |
2017-01-20 | only increase the error counter if we are in a not-down state | Peter Hessler |
2017-01-20 | correctly set our rx timer to be the required minimum, not the bare | Peter Hessler |
2017-01-20 | use per-cpu counters for rtstat. | David Gwynne |
2017-01-20 | Stop using pfsockaddr_union outside of pf so that we can remove its usage | Claudio Jeker |
2017-01-20 | pfsync_update_net_tdb() is only called at IPL_SOFTNET, no need for a | Martin Pieuchot |
2017-01-20 | keep output packet counters on the ifq structure. | David Gwynne |
2017-01-20 | No need to handle SIOCAIFADDR in drivers, it's never passed down to | Martin Pieuchot |
2017-01-19 | add hooks so we can query the current state of a BFD session | Peter Hessler |
2017-01-19 | Do not return an error code for SIOCSIFFLAGS. | Martin Pieuchot |
2017-01-19 | when parsing a BFD packet, avoid an uninitialized variable if the | Peter Hessler |
2017-01-19 | make error handling a function, and use it in a few places | Peter Hessler |
2017-01-19 | rtisvalid() checks for RTF_UP, so instead check for RTF_BFD | Peter Hessler |
2017-01-19 | when deconfiguring a BFD session, clear both the RTF_BFD flag on the | Peter Hessler |
2017-01-19 | remove the BFD flag on a route *before* we actually delete the route | Peter Hessler |
2017-01-19 | use a space instead of a tab, for consistancy | Peter Hessler |
2017-01-18 | Allow changing of sender ip/port without switching address family. | Florian Obser |
2017-01-18 | Allow changing of receiver ip/port without switching address family. | Florian Obser |
2017-01-17 | Make switch(4) compile with debug again. | Rafael Zalamena |
2017-01-17 | Initialize swas_actions for set-field with the expected pointer to the | Rafael Zalamena |