aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-23net/smc: remove local variable page in smc_rx_splice()Ursula Braun1-3/+1
2018-07-23net/smc: use DECLARE_BITMAP for rtokens_used_maskUrsula Braun1-2/+1
2018-07-23net/smc: add function to get link group from linkStefan Raspl5-47/+20
2018-07-23net/smc: eliminate cursor read and write callsStefan Raspl6-101/+48
2018-07-23net/smc: provide smc mode in smc_diag.cKarsten Graul1-1/+6
2018-07-23ipv6: sr: Use kmemdup instead of duplicating it in parse_nla_srhYueHaibing1-3/+1
2018-07-23net: bridge: add support for backup portNikolay Aleksandrov5-2/+133
2018-07-23net: bridge: add support for raw sysfs port optionsNikolay Aleksandrov1-14/+42
2018-07-21multicast: remove useless parameter for group addHangbin Liu2-9/+9
2018-07-21net: wimax: stack: fixed multi line comment issueMark Railton1-1/+2
2018-07-21tipc: make some functions staticYueHaibing3-8/+10
2018-07-21net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGustavo A. R. Silva1-1/+1
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