summaryrefslogtreecommitdiff
path: root/src/net.c
Commit message (Expand)AuthorAgeFilesLines
* net: implement IP_LOCAL_PORT_RANGE socket option decodingesyr/ip-local-port-rangeEugene Syromyatnikov2023-04-281-0/+38
* src: rename tprints to tprints_stringFabrice Le Fessant2022-12-191-1/+1
* src: introduce printflags_in and printflags64_in helpersFabrice Le Fessant2022-12-181-1/+1
* src: introduce tprint_flags_begin and tprint_flags_end helpersFabrice Le Fessant2022-12-171-0/+2
* src: rename tprint_or to tprint_flags_orFabrice Le Fessant2022-12-141-1/+1
* print_icmp_filter: fix icmp_filter decoding on 64-bit bigendian architecturesDmitry V. Levin2022-11-281-9/+15
* print_icmp_filter: print icmp_filter as a bitsetDmitry V. Levin2022-11-261-4/+29
* src: use tprint_or() helper from print_fields.hDmitry V. Levin2022-10-311-1/+1
* net: print unexpectedly short integer sockopts in hexEugene Syromyatnikov2022-08-111-3/+3
* net: print the data returned by SO_ERROR as a string if it is too shortDmitry V. Levin2022-08-111-4/+6
* net: implement SO_TXREHASH socket option supportEugene Syromyatnikov2022-08-111-0/+29
* Update copyright headersDmitry V. Levin2022-08-071-1/+1
* inet: implement SO_RCVMARK socket option decodingEugene Syromyatnikov2022-07-311-0/+2
* net: update handling of all int-like SOL_SOCKET optionsEugene Syromyatnikov2022-07-311-0/+98
* src: move MAYBE_PRINT_FIELD_LEN macro from net.c to print_fields.hEugene Syromyatnikov2022-07-211-19/+0
* net: remove PACKET_ADD_MEMBERSHIP #ifdef guardsEugene Syromyatnikov2022-01-091-5/+1
* net: remove PACKET_RX_RING and PACKET_TX_RING #ifdef guardsEugene Syromyatnikov2022-01-091-6/+0
* net: remove IPV6_ADD_MEMBERSHIP and IPV6_{JOIN,LEAVE}_ANYCAST guardsEugene Syromyatnikov2022-01-091-8/+0
* Remove MCAST_JOIN_GROUP #ifdef guardsEugene Syromyatnikov2022-01-091-4/+0
* net: remove IP_ADD_MEMBERSHIP #ifdef guardsEugene Syromyatnikov2022-01-091-4/+0
* net: remove PACKET_STATISTICS #ifdef guardsEugene Syromyatnikov2022-01-091-4/+0
* net: initialise struct icmp_filter read buffer with ~0Eugene Syromyatnikov2022-01-091-1/+1
* net: fix SO_ERROR socket option len clampingEugene Syromyatnikov2022-01-091-1/+1
* net: add AF_VSOCK socket option names decoding supportEugene Syromyatnikov2021-11-121-1/+11
* net: decode SOL_CAN_RAW socket optionsEugene Syromyatnikov2021-11-121-0/+4
* Avoid relying on presence of ipx.hEugene Syromyatnikov2021-11-031-5/+0
* util: unify differently-sized variants of print_{,u,x}int_array_memberEugene Syromyatnikov2021-10-111-1/+1
* net, sockaddr: remove *_size constantsEugene Syromyatnikov2021-10-091-2/+0
* net: use print_fields.h helpersDmitry V. Levin2021-04-241-57/+161
* net: use print_arrayDmitry V. Levin2021-04-241-18/+10
* Switch to use bundled <linux/ip_vs.h>Dmitry V. Levin2021-02-191-3/+1
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-0/+1051