summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2017-01-23Make the art interface a bit more generic by not depending on sockaddrClaudio Jeker
2017-01-23Add comment above rtm_type #define's.Kenneth R Westerback
2017-01-23Add comment above rtm_flags #define's.Kenneth R Westerback
2017-01-23Typo in comment. It's 'rtm_addrs', not 'rtm_addr'Kenneth R Westerback
2017-01-23Zap some bad whitespace.Kenneth R Westerback
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-22white space fixes. no functional change.David Gwynne
2017-01-22Cleanup error handling. Do not use 'goto flush' early on since the messageClaudio Jeker
2017-01-22Zap some bad whitespace.Kenneth R Westerback
2017-01-22set the TOS/ECN field to Internetwork Control, since that is exactlyPeter Hessler
2017-01-21sockets tell us the size of their data. since we want one udp packet,Peter Hessler
2017-01-21be more explict with the size of bfd packets we send and receivePeter Hessler
2017-01-21remove some extra whitespace.David Gwynne
2017-01-21Change route_input to a non-variadic function and just pass the addressClaudio Jeker
2017-01-21Make the if_flags member unsigned. This was prompted by clangPatrick Wildt
2017-01-20if a route is not valid, set down instead of admindownPeter Hessler
2017-01-20fix typoPeter Hessler
2017-01-20don't increase the error counter in the not-down case, in generalPeter Hessler
2017-01-20only increase the error counter if we are in a not-down statePeter Hessler
2017-01-20correctly set our rx timer to be the required minimum, not the barePeter Hessler
2017-01-20use per-cpu counters for rtstat.David Gwynne
2017-01-20Stop using pfsockaddr_union outside of pf so that we can remove its usageClaudio Jeker
2017-01-20pfsync_update_net_tdb() is only called at IPL_SOFTNET, no need for aMartin Pieuchot
2017-01-20keep output packet counters on the ifq structure.David Gwynne
2017-01-20No need to handle SIOCAIFADDR in drivers, it's never passed down toMartin Pieuchot
2017-01-19add hooks so we can query the current state of a BFD sessionPeter Hessler
2017-01-19Do not return an error code for SIOCSIFFLAGS.Martin Pieuchot
2017-01-19when parsing a BFD packet, avoid an uninitialized variable if thePeter Hessler
2017-01-19make error handling a function, and use it in a few placesPeter Hessler
2017-01-19rtisvalid() checks for RTF_UP, so instead check for RTF_BFDPeter Hessler
2017-01-19when deconfiguring a BFD session, clear both the RTF_BFD flag on thePeter Hessler
2017-01-19remove the BFD flag on a route *before* we actually delete the routePeter Hessler
2017-01-19use a space instead of a tab, for consistancyPeter Hessler
2017-01-18Allow changing of sender ip/port without switching address family.Florian Obser
2017-01-18Allow changing of receiver ip/port without switching address family.Florian Obser
2017-01-17Make switch(4) compile with debug again.Rafael Zalamena
2017-01-17Initialize swas_actions for set-field with the expected pointer to theRafael Zalamena
2017-01-17Fix a panic when set-field with VLAN is set, but no VLANs wereRafael Zalamena
2017-01-17Clean-up switch(4) device by removing excess prototypes, verbose debugsRafael Zalamena
2017-01-17Add more action specific validations, unbreak instructions validationRafael Zalamena
2017-01-16Fix declaration: vsw_dev2sc has been renamed to switch_dev2sc.Reyk Floeter
2017-01-16spacingReyk Floeter
2017-01-16Add missing declarations found with -Wmissing-declarationsReyk Floeter
2017-01-16The term "pipline" is used in many places, rename it to pipeline.Reyk Floeter
2017-01-16Removed unused function that is a leftover from the old debug code.Reyk Floeter
2017-01-13Remove recursive splsoftnet() but use splsoftassert() instead.Martin Pieuchot
2017-01-12Remove unneeded splsoftnet().Martin Pieuchot
2017-01-12Don't write configuration request replies outside of the packetRafael Zalamena
2017-01-12Unlink PF state keys before passing mbufs to drivers.Martin Pieuchot
2017-01-11Remove m_pullup() from packet-out since it is not doing anything anymoreRafael Zalamena