summaryrefslogtreecommitdiff
path: root/pcap_mm.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-06all: drop fmem{cpy,set}Tobias Klauser1-4/+4
2015-04-22netsniff-ng: Don't set IO prio when reading pcap fileVadim Kochan1-2/+3
2014-04-12built_in: changed to use RUNTIME_PAGE_SIZE instead of PAGE_SIZEChristian Wiese1-1/+1
2013-08-11pcap_mm: Fix compiler warningsTobias Klauser1-2/+2
2013-07-13pcap_mm: Mark unused parameters with __maybe_unusedTobias Klauser1-3/+3
2013-07-13misc: fix multiple NULL pointer sparse warningsDaniel Borkmann1-2/+2
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-2/+1
2013-06-04xio: rename xio to ioops and reduce its includesDaniel Borkmann1-1/+1
2013-06-03iosched: break out io scheduling functions from xutilsDaniel Borkmann1-0/+1
2013-04-09pcap_io: introduce init_once helper that is called with priviledgesDaniel Borkmann1-1/+5
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+197
ath MTU - 40 bytes of IPv6 header), instead of 1232 (additionally taking into account the 8 bytes required by the IPv6 Fragmentation extension header). This in turn results in rather inefficient transmission, as every transmitted TCP segment now is split in two fragments containing 1232+8 bytes of payload. After this patch, all the outgoing packets that includes a Fragmentation header all are "atomic" or "non-fragmented" fragments, i.e., they both have Offset=0 and More Fragments=0. With help from David S. Miller Reported-by: Tore Anderson <tore@fud.no> Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Maciej Żenczykowski <maze@google.com> Cc: Tom Herbert <therbert@google.com> Tested-by: Tore Anderson <tore@fud.no> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inet_connection_sock.h')