summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_em86.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-04net: phy: mdio-mvusb: select MDIO_DEVRES in KconfigBartosz Golaszewski1-0/+1
2020-08-04appletalk: Fix atalk_proc_init() return pathVincent Duvert1-0/+2
2020-08-04net: dsa: qca8k: Add 802.1q VLAN supportJonathan McDowell2-0/+208
2020-08-04net: dsa: qca8k: Add define for port VIDJonathan McDowell2-5/+8
2020-08-04net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin1-2/+1
2020-08-04net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin1-1/+1
2020-08-04net: qed: use eth_zero_addr() to clear mac addressMiaohe Lin1-4/+3
2020-08-04net: qede: use eth_zero_addr() to clear mac addressMiaohe Lin1-2/+2
2020-08-04cxgb4: fix extracting IP addresses in TC-FLOWER rulesRahul Lakkireddy1-2/+15
2020-08-04cxgb4: fix check for running offline ethtool selftestRahul Lakkireddy1-3/+4
2020-08-04ionic: separate interrupt for Tx and RxShannon Nelson5-27/+182
2020-08-04ionic: tx separate servicingShannon Nelson3-56/+53
2020-08-04ionic: use fewer firmware doorbells on rx fillShannon Nelson1-10/+5
2020-08-04net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi1-2/+11
2020-08-04net: bridge: clear bridge's private skb space on xmitNikolay Aleksandrov1-0/+2
2020-08-04ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot1-12/+12
2020-08-04ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot1-1/+1
2020-08-04net: openvswitch: make masks cache size configurableEelco Chaudron4-14/+115
2020-08-04net: openvswitch: add masks cache hit counterEelco Chaudron5-8/+24
2020-08-04net: mvpp2: fix memory leak in mvpp2_rxLorenzo Bianconi1-0/+1
2020-08-04ethtool: ethnl_set_linkmodes: remove redundant null checkGaurav Singh1-2/+1
2020-08-04openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2020-08-04net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu5-3/+11
2020-08-04net: mdio device: use flexible sleeping in reset functionBruno Thomsen1-1/+1
2020-08-04net: mdiobus: add reset-post-delay-us handlingBruno Thomsen3-0/+6
2020-08-04net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen1-1/+1
2020-08-04dt-bindings: net: mdio: add reset-post-delay-us propertyBruno Thomsen1-0/+7
2020-08-01mptcp: fix syncookie build error on UPFlorian Westphal1-3/+1
2020-08-01vxlan: fix memleak of fdbTaehee Yoo1-2/+4
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez1-0/+6
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet1-2/+3
2020-08-01ice: Misc minor fixesTony Nguyen9-18/+14
2020-08-01ice: adjust profile ID map locksVictor Raj1-45/+45
2020-08-01ice: update PTYPE lookup tableTony Nguyen1-0/+314
2020-08-01ice: Disable VLAN pruning in promiscuous modeNick Nunley2-0/+10
2020-08-01ice: Graceful error handling in HW table calloc failureSurabhi Boob1-1/+3
2020-08-01ice: port fix for chk_linearlizeKiran Patil1-3/+23
2020-08-01ice: Allow 2 queue pairs per VF on SR-IOV initializationBrett Creeley2-0/+3
2020-08-01ice: Clear and free XLT entries on resetVignesh Sridhar1-1/+3
2020-08-01ice: add useful statisticsJesse Brandeburg5-2/+15
2020-08-01ice: remove page_reuse statisticJesse Brandeburg2-3/+0
2020-08-01ice: Fix RSS profile locksVignesh Sridhar1-6/+7
2020-08-01ice: fix the vsi_id mask to be 10 bit for set_rss_lutKiran Patil1-1/+1
2020-08-01ice: rename misleading grst_delay variableNick Nunley1-5/+5
2020-08-01ice: mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-08-01rtnetlink: add support for protodown reasonRoopa Prabhu4-5/+147
2020-08-01tun: add missing rcu annotation in tun_set_ebpf()Jason Wang1-1/+1
2020-08-01tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung4-3/+9
2020-08-01selftests: mptcp: add test cases for mptcp join tests with syn cookiesFlorian Westphal1-2/+64
2020-08-01selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionallyFlorian Westphal1-0/+47