Age | Commit message (Expand) | Author |
2017-02-22 | The pcap people gave us ID 267 for DLT_OPENFLOW | Reyk Floeter |
2017-02-20 | pfsync(4) percpu counters | Jeremie Courreges-Anglas |
2017-02-16 | Revert "Release the NET_LOCK() before entering per-driver ioctl() routine". | Martin Pieuchot |
2017-02-15 | Replace manual loops with FOREACH macro. | Alexander Bluhm |
2017-02-14 | Convert most of the manual checks for CPU hogging to sched_pause(). | Martin Pieuchot |
2017-02-14 | Replace two recursive splsoftnet()/splx() dances with a splsoftassert(). | Martin Pieuchot |
2017-02-09 | percpu counters for TCP stats | Jeremie Courreges-Anglas |
2017-02-09 | Replace a custom loop calling yield() by the idiom to check if the | Martin Pieuchot |
2017-02-08 | Remove an uneeded NULL test which was after a deref. | Jonathan Gray |
2017-02-07 | No longer need to unlock the netlock since the upper layer is doing it. | Martin Pieuchot |
2017-02-07 | Release the NET_LOCK() before entering per-driver ioctl() routine. | Martin Pieuchot |
2017-02-05 | Always allocate counters memory using type M_COUNTERS. | Jeremie Courreges-Anglas |
2017-02-05 | Use percpu counters for ip6stat | Jeremie Courreges-Anglas |
2017-02-01 | In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with | David Hill |
2017-02-01 | Take if_attach_common() out from under netlock as it does a bunch | Jonathan Gray |
2017-02-01 | Switch from splsoftnet to taking the netlock in if_attachhead(). | Jonathan Gray |
2017-01-31 | Remove the inifioctl hack, checking for an unheld NET_LOCK() in | Martin Pieuchot |
2017-01-31 | Use CTASSERT instead of KASSERT for a few sysctl that use the counters API | Jeremie Courreges-Anglas |
2017-01-30 | whitespace, from bluhm@ | Sebastian Benoit |
2017-01-30 | removes the pf_consistency_lock and protects the users with | Sebastian Benoit |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2017-01-25 | Introduce a hack to remove false-positives when looking for memory | Martin Pieuchot |
2017-01-25 | Since raw_input() and route_input() are gone from pr_input, we can | Alexander Bluhm |
2017-01-25 | Enable the NET_LOCK(), take 2. | Martin Pieuchot |
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 |