Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [cvs.NetBSD.org] / src / sys / netinet
Current tag: netbsd-9-0-RC1
File | Rev. | Age | Author | Last log entry |
---|---|---|---|---|
![]() |
||||
![]() |
1.414.2.1 | 16 months | martin | Pull up following revision(s) (requested by maxv in ticket #193): sys/netinet/... |
![]() |
1.389.2.2 | 15 months | martin | Pull up following revision(s) (requested by ozaki-r in ticket #238): sys/netip... |
![]() |
1.314 | 19 months | knakahara | The packets which will be esp-fragmented should not be applied pfil. Pointed out... |
![]() |
1.282.4.1 | 16 months | martin | Pull up following revision(s) (requested by maxv in ticket #193): sys/netinet/... |
![]() |
1.282.2.5 | 15 months | martin | Pull up following revision(s) (requested by roy in ticket #300): sys/netinet/i... |
![]() |
1.258 | 2 years | maxv | Remove unused arguments. |
![]() |
1.234 | 20 months | roy | branches: 1.234.2; rtsock: Route address message simplification Rename rt_newa... |
![]() |
1.224.4.1 | 16 months | martin | Pull up following revision(s) (requested by maxv in ticket #193): sys/netinet/... |
![]() |
1.211 | 22 months | maxv | Improve panic messages. |
![]() |
1.190 | 2 years | maxv | Remove unused arguments. |
![]() |
1.183 | 20 months | ozaki-r | Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlock The IFNET_LOCK was ad... |
![]() |
1.179 | 22 months | maxv | RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect() functions... |
![]() |
1.177 | 2 years | maxv | Replace M_ALIGN and MH_ALIGN by m_align. |
![]() |
1.163 | 2 years | maxv | branches: 1.163.4; 1.163.12; Use non-variadic function pointer in protosw::pr_... |
![]() |
1.130 | 2 years | maxv | Use non-variadic function pointer in protosw::pr_input. |
![]() |
1.128 | 20 months | ozaki-r | Count packets dropped by pfil |
![]() |
1.108 | 2 years | maya | Use the same type redefinition guards as stdint.h since rev1.8 PR pkg/53713 |
![]() |
1.103 | 19 months | joerg | Define carp6_cksum only when it is used, that is under INET6 |
![]() |
1.97 | 2 years | ozaki-r | Introduce and use ip_dad_enabled() and ip6_dad_enabled() functions |
![]() |
1.95 | 2 years | maxv | Remove now unused tcpip.h includes. Some were already unused before. |
![]() |
1.94.6.1 | 15 months | martin | Pull up following revision(s) (requested by ozaki-r in ticket #238): sys/netip... |
![]() |
1.82 | 2 years | maxv | Remove whitespaces/tabs, and one non-ASCII character. |
![]() |
1.71 | 20 months | knakahara | branches: 1.71.2; 1.71.4; Fix build failure when INET6 is disabled and NET_MPS... |
![]() |
1.69 | 2 years | maxv | branches: 1.69.4; Use non-variadic function pointer in protosw::pr_input. |
![]() |
1.66 | 2 years | maxv | Remove support for non-IKE markers in the kernel. Discussed on tech-net@, and no... |
![]() |
1.52 | 2 years | msaitoh | - Cleanup for dynamic sysctl: - Remove unused *_NAMES macros for sysctl. - R... |
![]() |
1.51 | 3 years | ozaki-r | Replace malloc for DAD with kmem and move them out of the lock for DAD |
![]() |
1.45 | 2 years | maxv | Use non-variadic function pointer in protosw::pr_input. |
![]() |
1.40 | 2 years | maxv | Use non-variadic function pointer in protosw::pr_input. |
![]() |
1.36 | 2 years | maxv | IP6_EXTHDR_GET -> M_REGION_GET, no functional change. |
![]() |
1.34 | 13 years | perry | Convert many of the uses of __attribute__ to equivalent __packed, __unused and _... |
![]() |
1.34 | 8 years | christos | fix typo |
![]() |
1.33 | 4 years | christos | branches: 1.33.16; add a couple of lint comments. |
![]() |
1.32 | 2 years | maxv | Remove RSVP_ISI, that's mostly dead code. FreeBSD and OpenBSD too removed it; Fr... |
![]() |
1.32 | 2 years | maxv | Remove now unused tcpip.h includes. Some were already unused before. |
![]() |
1.31 | 2 years | msaitoh | - Cleanup for dynamic sysctl: - Remove unused *_NAMES macros for sysctl. - R... |
![]() |
1.30 | 2 years | maxv | Remove the network ATM code. |
![]() |
1.29.8.1 | 16 months | martin | Pull up following revision(s) (requested by maxv in ticket #193): sys/netinet/... |
![]() |
1.28 | 3 years | maxv | Remove TCP_COMPAT_42. |
![]() |
1.26 | 2 years | riastradh | Rename min/max -> uimin/uimax for better honesty. These functions are defined o... |
![]() |
1.25 | 2 years | maxv | Use non-variadic function pointer in protosw::pr_input. |
![]() |
1.25 | 2 years | maxv | IP6_EXTHDR_GET performs a basic mbuf operation, which has nothing to do with IPv... |
![]() |
1.25 | 2 years | maxv | Use non-variadic function pointer in protosw::pr_input. |
![]() |
1.22 | 13 years | joerg | Refactor in_cksum/in4_cksum/in6_cksum implementations: - All three functions are... |
![]() |
1.21 | 2 years | christos | sbspace() does not return negative values anymore and that broke OOB data sendin... |
![]() |
1.21 | 2 years | maxv | Force ip_off to zero when the reassembly is complete. This was lost in my rev1.1... |
![]() |
1.20 | 6 years | christos | Only check that the offset < sizeof(struct ip) if nxt != 0, i.e. in the tcp and ... |
![]() |
1.19 | 18 months | rjs | Split out the prototypes for add/delete address into a separate header file. |
![]() |
1.19 | 2 years | maxv | branches: 1.19.2; Remove now unused tcpip.h includes. Some were already unused ... |
![]() |
1.18 | 3 years | knakahara | preserve gif(4) configs by psref(9) like vlan(4) and l2tp(4). After Tx side doe... |
![]() |
1.18 | 2 years | maxv | Replace M_ALIGN and MH_ALIGN by m_align. |
![]() |
1.18 | 2 years | christos | PR/53775: Havard Eidnes: bind(2) may inaccurately return EADDRNOTAVAIL, it shoul... |
![]() |
1.18 | 2 years | maxv | Redefine the structure, not to rely on tcpiphdr. |
![]() |
1.17 | 4 years | ozaki-r | Switch the address list of intefaces to pslist(9) As usual, we leave the old li... |
![]() |
1.17 | 3 years | pgoyette | Split ip_ecn code into its own module, so it can be shared between gif(4), stf(4... |
![]() |
1.17 | 6 years | ryo | fix some case of reference to uninitialized tp->snd_fack. This bug causes droppi... |
![]() |
1.16.4.1 | 15 months | martin | Pull up following revision(s) (requested by ozaki-r in ticket #238): sys/netip... |
![]() |
1.16 | 2 years | maxv | Remove dead code. |
![]() |
1.16 | 8 years | christos | PR/46602: Move the rfc6056 port randomization to the IP layer. |
![]() |
1.15 | 8 years | christos | branches: 1.15.52; move back to 5.1.1 in the new place |
![]() |
1.15 | 9 years | tls | branches: 1.15.50; First step of random number subsystem rework described in <2... |
![]() |
1.14 | 19 months | msaitoh | s/recieve/receive/ |
![]() |
1.14 | 2 years | msaitoh | "s/ are are / are /" in comment. No functional change. |
![]() |
1.13 | 2 years | rin | PR kern/53562 Add ether_sw_offload_[tr]x: handle TX/RX offload options in softw... |
![]() |
1.13 | 3 years | ozaki-r | Assert inph_locked on ipsec_pcb_skip_ipsec (was IPSEC_PCB_SKIP_IPSEC) The asser... |
![]() |
1.13 | 15 years | elad | Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ... |
![]() |
1.12 | 6 years | rmind | Make IGMP and multicast group management code MP-safe. Use a read-write lock to... |
![]() |
1.12 | 2 years | rin | PR kern/53562 Add ether_sw_offload_[tr]x: handle TX/RX offload options in softw... |
![]() |
1.12 | 12 years | ad | Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@.... |
![]() |
1.12 | 18 months | rjs | Split out the prototypes for add/delete address into a separate header file. |
![]() |
1.12 | 2 years | maxv | Move struct tcpiphdr from tcpip.h to tcp_var.h, to match UDP (udpiphdr in udp_va... |
![]() |
1.11 | 4 years | ozaki-r | Get rid of unnecessary header inclusions |
![]() |
1.10 | 2 years | maxv | branches: 1.10.6; Use non-variadic function pointer in protosw::pr_input. |
![]() |
1.9 | 5 years | christos | branches: 1.9.18; include "ioconf.h" to get the 'void <driver>attach(int count)... |
![]() |
1.9 | 2 years | christos | s/static inline/static __inline/g for consistency. |
![]() |
1.8 | 4 years | msaitoh | KNF. Remove extra spaces. No functional change. |
![]() |
1.8 | 2 years | maxv | Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the former ... |
![]() |
1.7 | 7 years | kefren | * implement TCP CUBIC congestion control algorithm * move tcp_sack_newack bits i... |
![]() |
1.5.4.1 | 15 months | martin | Pull up following revision(s) (requested by ozaki-r in ticket #238): sys/netip... |
![]() |
1.5 | 19 months | msaitoh | Fix typo (s/recevie/receive/). |
![]() |
1.5 | 2 years | maxv | Use non-variadic function pointer in protosw::pr_input. |
![]() |
1.5 | 2 years | maxv | Remove now unused net_osdep.h includes, the other BSDs did the same. |
![]() |
1.4 | 19 months | msaitoh | Fix typo (s/recevie/receive/). |
![]() |
1.4 | 5 years | riastradh | Revert previous: ran cvs commit when I meant cvs diff. Sorry! Hit up-arrow one... |
![]() |
1.4 | 2 years | maxv | Use non-variadic function pointer in protosw::pr_input. |
![]() |
1.4 | 18 months | rjs | Split out the prototypes for add/delete address into a separate header file. |
![]() |
1.4 | 2 years | rjs | Change implementation of sctp_connectx() to use ioctl(2). |
![]() |
1.3 | 4 years | ozaki-r | branches: 1.3.16; Sweep unnecessary route.h inclusions |
![]() |
1.3 | 19 months | msaitoh | Fix typo (s/recevie/receive/). |
![]() |
1.3 | 19 months | msaitoh | Fix typo (s/recevie/receive/). |
![]() |
1.3 | 12 years | martin | branches: 1.3.4; Remove clause 3 and 4 from TNF licenses |
![]() |
1.3 | 12 years | martin | branches: 1.3.4; Remove clause 3 and 4 from TNF licenses |
![]() |
1.3 | 19 months | msaitoh | Fix typo in comment (s/seperate/separate/). |
![]() |
1.3 | 2 years | maxv | Use non-variadic function pointer in protosw::pr_input. |
![]() |
1.3 | 12 years | martin | branches: 1.3.4; Remove clause 3 and 4 from TNF licenses |
![]() |
1.3 | 12 years | martin | branches: 1.3.4; Remove clause 3 and 4 from TNF licenses |
![]() |
1.2 | 12 years | tls | branches: 1.2.2; 1.2.4; 1.2.6; 1.2.18; Change copyright statement to NetBSD ... |
![]() |
1.2 | 2 years | rin | No need to update mlen also in the case of (mlen & 16) != 0. |
![]() |
1.2 | 5 years | ozaki-r | Hook up lltable/llentry with the kernel (and rumpkernel) It is built and initia... |
![]() |
1.2 | 15 years | elad | Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ... |
![]() |
1.2 | 8 years | christos | Add a new sysctl to mark ports as reserved, so that they are not used in the ano... |
![]() |
1.2 | 4 years | jdolecek | branches: 1.2.14; 1.2.18; sprinkle const on sctp_crc_c[] |
![]() |
1.2 | 3 years | rjs | branches: 1.2.4; Pack structs. |
![]() |
1.2 | 19 months | rjs | branches: 1.2.4; Don't need 'extern' for function prototypes. |
![]() |
1.2 | 4 years | rjs | branches: 1.2.16; Fix build when IPSEC enabled. |
![]() |
1.2 | 4 years | rjs | branches: 1.2.16; Fix build when IPSEC enabled. |
![]() |
1.2 | 4 years | rjs | branches: 1.2.16; 1.2.20; 1.2.26; Use const for arguments to sctp_is_same_sco... |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; Add DCCP protocol support from KAME. |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; Add DCCP protocol support from KAME. |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; Add DCCP protocol support from KAME. |
![]() |
1.1 | 14 years | dyoung | branches: 1.1.2; 1.1.6; 1.1.8; Add a source-address selection policy mechanis... |
![]() |
1.1 | 3 years | knakahara | branches: 1.1.2; 1.1.6; 1.1.14; 1.1.18; add missing files. |
![]() |
1.1 | 6 years | christos | branches: 1.1.2; 1.1.18; add routines to print in_addr and sockaddr_in (in_pri... |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; 1.1.22; Add core networking support for SCTP. |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; 1.1.22; Add core networking support for SCTP. |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; Add core networking support for SCTP. |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; Add core networking support for SCTP. |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; Add core networking support for SCTP. |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; Add core networking support for SCTP. |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; Add core networking support for SCTP. |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; Add core networking support for SCTP. |
![]() |
1.1 | 18 months | rjs | branches: 1.1.10; Split out the prototypes for add/delete address into a separa... |
![]() |
1.1 | 5 years | rjs | branches: 1.1.2; 1.1.18; Add core networking support for SCTP. |
![]() |
1.1 | 3 years | ozaki-r | branches: 1.1.2; 1.1.4; 1.1.8; 1.1.18; Defer some pr_input to workqueue pr_... |