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