Age | Commit message (Expand) | Author |
2022-07-14 | Replace tabs by spaces after "#define". No functional changes, just | Vitaliy Makkoveev |
2022-06-29 | Remove switch(4) remains. | Vitaliy Makkoveev |
2022-06-29 | ether_input() called with shared netlock, but pppoe(4) wants it to be | Vitaliy Makkoveev |
2022-06-28 | Introduce `pipexoutq' mbuf(9) queue, and put outgoing pipex(4) related | Vitaliy Makkoveev |
2022-04-28 | Decouple IP input and forwarding from protocol input. This allows | Alexander Bluhm |
2021-01-05 | pppoeintr() is no more | kn |
2021-01-04 | Process pppoe(4) packets directly, do not queue through netis | kn |
2020-08-06 | Remove defines for `netisr' bits which are not used anymore. | mvs |
2020-08-04 | We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4) | mvs |
2019-08-06 | When we needed the kernel lock for local IP packet delivery, mpi@ | Alexander Bluhm |
2017-10-31 | - add one more softnet taskq | Alexandr Nedvedicky |
2017-05-28 | Remove all splnet/splx from pipex(4) and pppx(4) and replace some of | YASUOKA Masahiko |
2016-11-03 | The networking code no longer runs off software interrupts. | Martin Pieuchot |
2016-09-01 | Import switch(4), an in-kernel OpenFlow switch which can work alone. | Kazuya Goda |
2016-07-13 | Move ARP processing back to the KERNEL_LOCK()ed task until the race | Martin Pieuchot |
2016-05-03 | Stop using a soft-interrupt context to process incoming network packets. | Martin Pieuchot |
2016-01-08 | Get rid of the arp and revarp input queues. | Martin Pieuchot |
2015-12-03 | remove nettxintr prototype | David Gwynne |
2015-07-20 | Kill NETISR_MPLS, from now on we will use interface input handlers to deal | Rafael Zalamena |
2015-05-26 | move add_net_randomness from ether_input to the if_input task. | David Gwynne |
2014-08-10 | No more bluetooth in netintr(), so delete NETISR_BT. Zap the declaration | Philip Guenther |
2013-10-24 | Move more stuff under _KERNEL | Theo de Raadt |
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot |
2012-10-07 | spacing | Mike Belopuhov |
2011-07-09 | remove more atalk bits | Theo de Raadt |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2009-02-16 | pfsync v5, mostly written at n2k9, but based on work done at n2k8. | David Gwynne |
2008-05-09 | there was a race between the addition of mpls and tx mitigation. this gives | David Gwynne |
2008-05-07 | Prevent virtual interfaces from adding to the random pool. | Marco Pfatschbacher |
2008-04-23 | Import MPLS (Multi Protocol Label Switching) | Esben Norby |
2008-04-10 | introduce mitigation for the calling of an interfaces start routine. | David Gwynne |
2008-01-19 | Fix add_net_randomness() not being called because the wrong | Marco Pfatschbacher |
2007-09-08 | we dont need net/rndvar.h since the code that used it has been moved to | David Gwynne |
2007-06-06 | remove remaining IPX hooks. all inside #ifdef IPX, so no actual change | Henning Brauer |
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |
2007-05-29 | IMP is dead and nothing uses NETISR_IMP so remove it from the netisr list. | Claudio Jeker |
2007-05-28 | Only call add_net_randomness() once per interrupt instead of once per packet.... | Ryan Thomas McBride |
2005-06-08 | netns bits die | Henning Brauer |
2005-06-07 | do not handle CCITT any longer | Henning Brauer |
2005-01-14 | First step in Bluetooth protocol stack support. | Alexander Yurchenko |
2004-11-28 | In kernel pppoe client, a simple IPv4 only implementation. | Can Erkin Acar |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-12 | Nuke a whole bunch of commons; ok tedu (still more to come *sigh*) | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-09-23 | ipxintr was missing | Michael Shalayeff |
2000-11-08 | Opps. | Artur Grabowski |
1999-12-08 | s/ipv6intr/ip6intr/ | Jun-ichiro itojun Hagino |
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright |
1999-01-07 | global decl for *intr() routines, plus add INET6 | Theo de Raadt |
1999-01-07 | update for ipv6 | Theo de Raadt |