aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-21tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell1-1/+17
2018-07-21tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell1-8/+17
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell2-6/+6
2018-07-20bridge: make sure objects belong to container's ownerTyler Hicks3-3/+13
2018-07-20net: create reusable function for getting ownership info of sysfs inodesTyler Hicks2-18/+28
2018-07-20net-sysfs: make sure objects belong to container's ownerDmitry Torokhov1-1/+46
2018-07-20net-sysfs: require net admin in the init ns for setting tx_maxrateTyler Hicks1-0/+3
2018-07-20net: Init backlog NAPI's gro_hash.David S. Miller1-6/+12
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller53-2218/+1838
2018-07-20Merge 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-19net/sched: cls_flower: Support matching on ip tos and ttl for tunnelsOr Gerlitz1-15/+28
2018-07-19flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz1-1/+13
2018-07-19net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsOr Gerlitz1-2/+18
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds64-485/+770
2018-07-18tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-07-18pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation warningJakub Kicinski1-6/+4
2018-07-18ipv6: sr: fix useless rol32 call on hashColin Ian King1-1/+1
2018-07-18net: 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 searchYi-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