summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller53-2218/+1838
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller64-485/+764
2018-07-20tipc: make link capability update thread safeJon Maloy1-0/+4
2018-07-20tls: Fix copy-paste error in tls_device_reencryptGustavo A. R. Silva1-1/+1
2018-07-20net/sched: cls_flower: Support matching on ip tos and ttl for tunnelsOr Gerlitz1-15/+28
2018-07-20flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz1-1/+13
2018-07-20net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsOr Gerlitz1-2/+18
2018-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds64-485/+770
2018-07-19tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-07-19pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation...Jakub Kicinski1-6/+4
2018-07-19ipv6: sr: fix useless rol32 call on hashColin Ian King1-1/+1
2018-07-19net: dsa: Remove VLA usageSalvatore Mesoraca2-12/+24
2018-07-18Merge tag 'batadv-net-for-davem-20180717' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-10/+93
2018-07-18tipc: remove unused tipc_group_sizeYueHaibing1-5/+0
2018-07-18tipc: remove unused tipc_link_is_activeYueHaibing1-5/+0
2018-07-18net: sched: Using NULL instead of plain integerYueHaibing1-2/+2
2018-07-18net: Move skb decrypted field, avoid explicity copyStefano Brivio1-6/+0
2018-07-18xdp: fix uninitialized 'err' variableJakub Kicinski1-6/+9
2018-07-18net/smc: reset recv timeout after clc handshakeKarsten Graul1-1/+2
2018-07-18net/smc: add error handling for get_user()Ursula Braun1-1/+2
2018-07-18net/smc: optimize consumer cursor updatesUrsula Braun1-2/+10
2018-07-18net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa1-3/+6
2018-07-18ipv6: ila: select CONFIG_DST_CACHEArnd Bergmann1-0/+1
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal5-93/+22
2018-07-18netfilter: nft_socket: Expose socket markMáté Eckl1-0/+11
2018-07-18netfilter: nft_socket: Break evaluation if no socket foundMáté Eckl1-1/+1
2018-07-18netfilter: nf_osf: add struct nf_osf_hdr_ctxPablo Neira Ayuso1-43/+62
2018-07-18netfilter: nf_osf: add nf_osf_match_one()Pablo Neira Ayuso1-96/+111
2018-07-18netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal4-28/+76
2018-07-18netfilter: nf_tables: avoid global info storageFlorian Westphal1-16/+12
2018-07-18netfilter: nf_tables: take module reference when starting a batchFlorian Westphal2-0/+10
2018-07-18netfilter: nf_tables: make valid_genid callback mandatoryFlorian Westphal2-3/+3
2018-07-18netfilter: nf_tables: add and use helper for module autoloadFlorian Westphal1-29/+52
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng6-9/+7
2018-07-18ipvs: drop conn templates under attackJulian Anastasov1-20/+39
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov5-14/+27
2018-07-18ipvs: provide just conn to ip_vs_state_nameJulian Anastasov2-8/+8
2018-07-18netfilter: nf_conntrack: resolve clash for matching conntracksMartynas Pumputis1-8/+22
2018-07-18netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...Yi-Hung Wei2-87/+183
2018-07-18netfilter: nf_conncount: Split insert and traversalYi-Hung Wei1-20/+67
2018-07-18netfilter: nf_conncount: Move locking into count_tree()Yi-Hung Wei1-27/+25
2018-07-18netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanupYi-Hung Wei2-21/+26
2018-07-18netfilter: nf_conncount: Switch to plain listYi-Hung Wei2-44/+63
2018-07-18netfilter: nf_conncount: Early exit for garbage collectionYi-Hung Wei1-2/+37
2018-07-18Merge tag 'batadv-next-for-davem-20180717' of git://git.open-mesh.org/linux-m...David S. Miller6-27/+19
2018-07-18net/rds: Remove unnecessary variableHåkon Bugge1-2/+1
2018-07-18net/rds: void function cannot return -1Håkon Bugge1-2/+0
2018-07-17netfilter: Kconfig: Change select IPv6 dependenciesMáté Eckl3-7/+7
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal14-1033/+640
2018-07-17net: Fix GRO_HASH_BUCKETS assertion.David S. Miller1-1/+1