summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-23ipv6: use fib6_info_hold_safe() when necessaryWei Wang2-11/+33
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-22rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-21multicast: do not restore deleted record source filter mode to new oneHangbin Liu2-4/+2
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-21net: skb_segment() should not return NULLEric Dumazet1-5/+5
2018-07-21net/ipv6: Fix linklocal to global address with VRFDavid Ahern2-4/+7
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-21net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing1-1/+3
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-20tls: check RCV_SHUTDOWN in tls_wait_dataDoron Roberts-Kedes1-0/+3
2018-07-20tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2-13/+20
2018-07-20tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2-33/+11
2018-07-20tcp: helpers to send special DCTCP ackYuchung Cheng1-5/+17
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-20netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal1-4/+4
2018-07-20netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal1-13/+29
2018-07-20netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal1-6/+11
2018-07-20netfilter: nf_tables: free flow table struct tooFlorian Westphal1-0/+1
2018-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal1-9/+5
2018-07-20xfrm: Allow xfrmi if_id to be updated by UPDSANathan Harold1-2/+6
2018-07-20xfrm: Remove xfrmi interface ID from flowiBenedict Wong3-37/+68
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-19net/page_pool: Fix inconsistent lock state warningTariq Toukan1-1/+1
2018-07-19xfrm: don't check offload_handle for nonzeroShannon Nelson3-11/+7
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...Jakub Kicinski1-6/+4
2018-07-18ipv6: sr: fix useless rol32 call on hashColin Ian King1-1/+1