summaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-27gtp: add genl family modules aliasAndreas Schultz1-0/+1
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira6-10/+10
2017-01-27ravb: unmap descriptors when freeing ringsKazuya Mizuguchi1-48/+64
2017-01-26virtio_net: reject XDP programs using header adjustmentJakub Kicinski1-0/+5
2017-01-26virtio_net: use dev_kfree_skb for small buffer XDP receiveJohn Fastabend1-2/+6
2017-01-26r8152: check rx after napi is enabledhayeswang1-1/+6
2017-01-26r8152: re-schedule napi for txhayeswang1-0/+3
2017-01-26r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang1-2/+6
2017-01-26r8152: avoid start_xmit to call napi_schedule during autosuspendhayeswang1-3/+9
2017-01-25net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli1-0/+2
2017-01-25net: phy: leds: Fix truncated LED trigger namesGeert Uytterhoeven1-2/+2
2017-01-25net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven3-1/+2
2017-01-25net: phy: leds: Clear phy_num_led_triggers on failure to avoid crashGeert Uytterhoeven1-2/+6
2017-01-25net-next: ethernet: mediatek: change the compatible stringJohn Crispin1-1/+1
2017-01-25Documentation: devicetree: change the mediatek ethernet compatible stringJohn Crispin1-1/+1
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().Michael Chan1-3/+6
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_update_link().Michael Chan1-19/+18
2017-01-25bnxt_en: Fix bnxt_reset() in the slow path task.Michael Chan1-13/+25
2017-01-25tcp: correct memory barrier usage in tcp_check_space()Jason Baron1-1/+1
2017-01-25sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long1-1/+1
2017-01-25sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long1-1/+5
2017-01-24lwtunnel: Fix oops on state free after encap module unloadRobert Shearman1-1/+5
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman6-0/+8
2017-01-24tipc: fix cleanup at module unloadParthasarathy Bhuvaragan1-3/+1
2017-01-24tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan1-6/+7
2017-01-24tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan1-11/+5
2017-01-24tipc: fix connection refcount errorParthasarathy Bhuvaragan1-9/+10
2017-01-24tipc: add subscription refcount to avoid invalid deleteParthasarathy Bhuvaragan2-54/+71
2017-01-24tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan1-2/+7
2017-01-24netfilter: nf_tables: bump set->ndeact on set flushPablo Neira Ayuso1-0/+1
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso4-17/+17
2017-01-24netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCLPablo Neira Ayuso1-7/+9
2017-01-24netfilter: nft_log: restrict the log prefix length to 127Liping Zhang3-2/+4
2017-01-24alx: work around hardware bug in interrupt fallback pathTobias Regnery1-2/+6
2017-01-24alx: fix fallback to msi or legacy interruptsTobias Regnery1-0/+1
2017-01-24alx: fix wrong condition to free descriptor memoryTobias Regnery1-1/+1
2017-01-24qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN cardBjørn Mork2-0/+15
2017-01-24ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth1-2/+5
2017-01-24vxlan: do not age static remote mac entriesBalakrishnan Raman1-1/+1
2017-01-24vxlan: don't flush static fdb entries on admin downRoopa Prabhu1-2/+6
2017-01-24ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-01-24ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2-0/+5
2017-01-24virtio_net: fix PAGE_SIZE > 64kMichael S. Tsirkin1-1/+9
2017-01-24af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
2017-01-24mlxsw: spectrum_router: Correctly reallocate adjacency entriesIdo Schimmel1-4/+6
2017-01-24r8152: don't execute runtime suspend if the tx is not emptyhayeswang1-1/+3
2017-01-24Documentation: net: phy: improve explanation when to specify the PHY IDMartin Blumenstingl1-2/+3
2017-01-24net: phy: marvell: Add Wake from LAN support for 88E1510 PHYJingju Hou1-0/+2
2017-01-24mac80211: don't try to sleep in rate_control_rate_init()Johannes Berg1-2/+0
2017-01-23netfilter: nf_tables: validate the name size when possibleLiping Zhang4-11/+22