aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-13MAINTAINERS: Make Dennis the percpu tree maintainerTejun Heo1-2/+2
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2-0/+2
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2-0/+2
2018-09-13vxlan: Remove duplicated include from vxlan.hYueHaibing1-1/+0
2018-09-13tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca1-1/+1
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca5-23/+32
2018-09-13tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca1-4/+1
2018-09-13neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick1-5/+8
2018-09-13net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu1-1/+1
2018-09-13net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRTWilly Tarreau1-2/+6
2018-09-13hv_netvsc: fix schedule in RCU contextStephen Hemminger1-6/+3
2018-09-13net: dsa: b53: Do not fail when IRQ are not initializedFlorian Fainelli1-1/+7
2018-09-13vhost_net: batch submitting XDP buffers to underlayer socketsJason Wang1-13/+161
2018-09-13tap: accept an array of XDP buffs through sendmsg()Jason Wang1-2/+72
2018-09-13tuntap: accept an array of XDP buffs through sendmsg()Jason Wang1-3/+114
2018-09-13tun: switch to new type of msg_controlJason Wang4-9/+36
2018-09-13tuntap: move XDP flushing out of tun_do_xdp()Jason Wang1-1/+2
2018-09-13tuntap: split out XDP logicJason Wang1-37/+51
2018-09-13tuntap: tweak on the path of skb XDP case in tun_build_skb()Jason Wang1-15/+24
2018-09-13tuntap: simplify error handling in tun_build_skb()Jason Wang1-7/+3
2018-09-13tuntap: enable bh early during processing XDPJason Wang1-7/+3
2018-09-13tuntap: switch to use XDP_PACKET_HEADROOMJason Wang1-2/+1
2018-09-13net: sock: introduce SOCK_XDPJason Wang2-0/+20
2018-09-13pstore: Fix incorrect persistent ram buffer mappingBin Yang1-3/+14
2018-09-13net_sched: notify filter deletion when deleting a chainCong Wang1-0/+2
2018-09-13llc: avoid blocking in llc_sap_close()Cong Wang2-3/+2
2018-09-13xen/netfront: don't bug in case of too many fragsJuergen Gross1-1/+7
2018-09-13ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long1-12/+30
2018-09-13ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks5-2/+16
2018-09-13net: dsa: Add Lantiq / Intel DSA driver for vrx200Hauke Mehrtens6-4/+1337