summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso1-3/+3
2018-05-10tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue1-2/+13
2018-05-10net/9p: correct some comment errors in 9p file system codeSun Lianwen4-9/+6
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov1-4/+23
2018-05-08udp: Do not copy destructor if one is not presentAlexander Duyck1-8/+14
2018-05-08udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck2-20/+20
2018-05-08udp: Partially unroll handling of first segment and last segmentAlexander Duyck1-14/+19
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck2-20/+19
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck2-3/+5
2018-05-08udp: Record gso_segs when supporting UDP segmentation offloadAlexander Duyck1-0/+2
2018-05-08Merge branch 'ieee802154-for-davem-2018-05-08' of git://git.kernel.org/pub/sc...David S. Miller2-9/+9
2018-05-08llc: better deal with too small mtuEric Dumazet1-0/+3
2018-05-08trivial: fix inconsistent help textsGeorg Hofmann1-5/+4
2018-05-08flow_dissector: do not rely on implicit castsPaolo Abeni1-1/+1
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni2-11/+12
2018-05-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-8/+11
2018-05-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-12/+46
2018-05-07net: ipv6/gre: Add GRO supportEran Ben Elisha1-10/+27
2018-05-07net: ipv6: Fix typo in ipv6_find_hdr() documentationTariq Toukan1-1/+1
2018-05-07net/tls: Fix connection stall on partial tls recordAndre Tomt1-0/+1
2018-05-07tls: fix use after free in tls_sk_proto_closeEric Dumazet1-7/+4
2018-05-07sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2-41/+75
2018-05-07net/9p: correct the variable name in v9fs_get_trans_by_name() commentSun Lianwen1-1/+1
2018-05-07vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen1-1/+3
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-90/+1734
2018-05-07mac80211: use timeout from the AddBA response instead of the requestSara Sharon2-1/+6
2018-05-07mac80211: Adjust SAE authentication timeoutIlan Peer1-7/+18
2018-05-07rfkill: gpio: fix memory leak in probe error pathJohan Hovold1-1/+6
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller81-1663/+2471
2018-05-07netfilter: nft_dynset: fix timeout updates on 32bitFlorian Westphal1-1/+1
2018-05-07netfilter: ctnetlink: export nf_conntrack_maxFlorent Fourcot2-0/+4
2018-05-07netfilter: extract Passive OS fingerprint infrastructure from xt_osfFernando Fernandez Mancera4-200/+225
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal6-26/+14
2018-05-06netfilter: ip6t_srh: extend SRH matching for previous, next and last SIDAhmed Abdelsalam1-9/+164
2018-05-06netfilter: nft_numgen: enable hashing of one elementLaura Garcia Liebana1-1/+1
2018-05-06netfilter: nft_numgen: add map lookups for numgen statementsLaura Garcia Liebana1-5/+80
2018-05-04net/ipv6: rename rt6_next to fib6_nextDavid Ahern2-19/+19
2018-05-04net/netlink: make sure the headers line up actual value outputYU Bo1-3/+3
2018-05-04nsh: fix infinite loopEric Dumazet1-0/+4
2018-05-04net: atm: Fix potential Spectre v1Gustavo A. R. Silva1-2/+7
2018-05-04openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio1-6/+3
2018-05-04smc: add support for splice()Stefan Raspl4-25/+185
2018-05-04smc: allocate RMBs as compound pagesStefan Raspl2-9/+10
2018-05-04smc: make smc_rx_wait_data() genericStefan Raspl3-12/+19
2018-05-04smc: simplify abort logicStefan Raspl1-10/+6
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-127/+205
2018-05-04xfrm: use a dedicated slab cache for struct xfrm_stateMathias Krause1-2/+7
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-129/+190
2018-05-03bpf: add skb_load_bytes_relative helperDaniel Borkmann1-0/+45
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann1-11/+225