Age | Commit message (Expand) | Author |
2016-11-17 | The pf fragment reassembly code accepted IPv6 hop-by-hop headers | Alexander Bluhm |
2016-11-17 | Update 82598 specific module | Mike Belopuhov |
2016-11-17 | Style and typo fixes; no binary change | Mike Belopuhov |
2016-11-16 | Remove unused bits; no functional change | Mike Belopuhov |
2016-11-16 | Intel X550 specific module; not hooked up to the build yet | Mike Belopuhov |
2016-11-16 | Add new structures and new fields; no functional change | Mike Belopuhov |
2016-11-16 | Add new register definitions from the upstream; no binary change | Mike Belopuhov |
2016-11-16 | Always attempt to restart the transmission when OACTIVE is set | Mike Belopuhov |
2016-11-16 | Convert gre_send_keepalive() to timeout_set_proc(9) as it calls ip_output(). | Martin Pieuchot |
2016-11-16 | if_link_state_change() doesn't need to be called under splsoftnet(), | Martin Pieuchot |
2016-11-16 | Kill outdated comment talking about sofnet. | Martin Pieuchot |
2016-11-16 | Use goto in bpf{read,write}() to ease review of locked sections. | Martin Pieuchot |
2016-11-16 | Be consistent and do not use braces for single line statements. | Martin Pieuchot |
2016-11-16 | Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4), | Reyk Floeter |
2016-11-16 | Bring icmp6_mtudisc_clone() in line with icmp_mtudisc_clone(). The | Alexander Bluhm |
2016-11-16 | Inherit route label when creating dynamic routes for path MTU. | Alexander Bluhm |
2016-11-16 | Allow bpf_allocbufs() to fail when allocating memory. | Martin Pieuchot |
2016-11-16 | Kill recursive splsoftnet()s. | Martin Pieuchot |
2016-11-16 | Kill recursive splsoftnet()s. | Martin Pieuchot |
2016-11-16 | regen | Gerhard Roth |
2016-11-16 | Add Sierra Wireless EM7455 LTE module. | Gerhard Roth |
2016-11-16 | Use memcpy() to copy structures into freshly malloc'ated buffers, | Alexandre Ratchov |
2016-11-16 | rework re_start and re_txeof to be more like other drivers. | David Gwynne |
2016-11-16 | allocate dmamaps for every descriptor in the tx ring. | David Gwynne |
2016-11-16 | dont restrict the number of tx descriptors to what can fit on a cpu page. | David Gwynne |
2016-11-16 | move toward having the a tx packet descriptor per tx ring entry. | David Gwynne |
2016-11-16 | serialise posts to the txstart register. | David Gwynne |
2016-11-15 | Use __func__ in panic strings to reduce noise when grepping. | Martin Pieuchot |
2016-11-15 | Add support for lid state detection in ykbec(4). | Frederic Cambus |
2016-11-15 | Switch nfs_timer() to timeout_set_proc(9) as it might end up doing a | Martin Pieuchot |
2016-11-15 | Return EOPNOTSUPP instead of calling a function to do only that. | Martin Pieuchot |
2016-11-15 | Kill recursive splsoftnet(). | Martin Pieuchot |
2016-11-15 | Do not use bus_space_{read,write}_8() even on LP64 archs, | Martin Pieuchot |
2016-11-15 | Mask non relevant bits when pritting version number. | Martin Pieuchot |
2016-11-15 | Bring back the SB_LOCK and SB_WANT flags to lock the socket buffers | Alexander Bluhm |
2016-11-15 | Avoid an uninitialised value in rev 1.93. | Jonathan Gray |
2016-11-15 | Properly initialize ``ifa''. | Martin Pieuchot |
2016-11-15 | TDB timers need a context process, so convert them to timeout_set_proc(9). | Martin Pieuchot |
2016-11-15 | Clean up the kernel Makefile's: | Martin Natano |
2016-11-14 | Copy data by using 64-bit loads and stores rather than 32-bit | Visa Hankala |
2016-11-14 | Bump the number of TX descriptors to 256 | Mike Belopuhov |
2016-11-14 | Minor cleanup, remove unused structure members | Mike Belopuhov |
2016-11-14 | Instead of passing an extra mbuf pointer to pf_route(), it should | Alexander Bluhm |
2016-11-14 | Stop looking for further NCM datagrams if either length or offset of | Gerhard Roth |
2016-11-14 | Reflect interface priorities when inserting RTF_CONNECTED routes. | Martin Pieuchot |
2016-11-14 | Automatically set ::1 on all default lo(4) interfaces. | Martin Pieuchot |
2016-11-14 | It should be possible to create the default loopback interface. | Martin Pieuchot |
2016-11-14 | Automatically create a default lo(4) interface per rdomain. | Martin Pieuchot |
2016-11-14 | Fix build now that ftd.h move to a MI directory. | Martin Pieuchot |
2016-11-14 | rnh_multipath can go, multipath support is dead. | Martin Pieuchot |