aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-17net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-12-17net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+37
2016-12-17net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-27/+37
2016-12-17bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann1-3/+8
2016-12-17bpf: fix overflow in prog accountingDaniel Borkmann3-11/+52
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann5-18/+33
2016-12-17gtp: Fix initialization of Flags octet in GTPv1 headerHarald Welte1-2/+2
2016-12-17gtp: gtp_check_src_ms_ipv4() always return successLionel Gauthier1-2/+2
2016-12-17net/x25: use designated initializersKees Cook1-1/+1
2016-12-17isdn: use designated initializersKees Cook2-11/+11
2016-12-17bna: use designated initializersKees Cook1-4/+4
2016-12-17WAN: use designated initializersKees Cook1-48/+49
2016-12-17net: use designated initializersKees Cook1-1/+1
2016-12-17ATM: use designated initializersKees Cook4-55/+54
2016-12-17isdn/gigaset: use designated initializersKees Cook3-48/+48
2016-12-17virtio_net: xdp, add slowpath case for non contiguous buffersJohn Fastabend1-1/+74
2016-12-17virtio_net: add XDP_TX supportJohn Fastabend1-7/+93
2016-12-17virtio_net: add dedicated XDP transmit queuesJohn Fastabend1-2/+28
2016-12-17virtio_net: Add XDP supportJohn Fastabend1-5/+171
2016-12-17net: xdp: add invalid buffer warningJohn Fastabend2-0/+7
2016-12-17sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is nullXin Long1-4/+3
2016-12-17sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lockXin Long1-1/+4
2016-12-17MAINTAINERS: net: add entry for Freescale QorIQ DPAA Ethernet driverMadalin Bucur1-0/+6
2016-12-17dpaa_eth: remove redundant dependency on FSL_SOCMadalin Bucur1-1/+1
2016-12-17dpaa_eth: use big endian accessorsClaudiu Manoil1-34/+37
2016-12-17irda: irnet: add member name to the miscdevice declarationLABBE Corentin1-3/+3
2016-12-17irda: irnet: Remove unused IRNET_MAJOR defineLABBE Corentin1-3/+0
2016-12-17irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.hLABBE Corentin2-1/+1
2016-12-17irda: irnet: Move linux/miscdevice.h includeLABBE Corentin2-1/+1
2016-12-17irda: irproc.c: Remove unneeded linux/miscdevice.h includeLABBE Corentin1-1/+0
2016-12-17bpf: cgroup: annotate pointers in struct cgroup_bpf with __rcuDaniel Mack1-1/+1
2016-12-17inet: Fix get port to handle zero port number with soreuseport setTom Herbert4-11/+19
2016-12-17inet: Don't go into port scan when looking for specific bind portTom Herbert1-1/+1
2016-12-17bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann1-1/+1
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2-3/+36
2016-12-17net: vrf: Drop conntrack data after pass through VRF device on TxDavid Ahern1-0/+4
2016-12-17net: vrf: Fix NAT within a VRFDavid Ahern1-2/+0
2016-12-17net/sched: cls_flower: Use masked key when calling HW offloadsPaul Blakey1-1/+1
2016-12-17net/sched: cls_flower: Use mask for addr_typePaul Blakey1-0/+4
2016-12-17net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta5-5/+195
2016-12-17ibmveth: calculate gso_segs for large packetsThomas Falcon1-2/+10
2016-12-17net: qcom/emac: don't try to claim clocks on ACPI systemsTimur Tabi1-0/+9
2016-12-16encx24j600: Fix some checkstyle warningsJeroen De Wachter2-8/+25
2016-12-16encx24j600: bugfix - always move ERXTAIL to next packet in encx24j600_rx_packetsJeroen De Wachter1-1/+2
2016-12-16net: ethernet: hip04: Call SET_NETDEV_DEV()Dongpo Li1-1/+1
2016-12-16net: ethernet: hisi_femac: Call SET_NETDEV_DEV()Dongpo Li1-1/+1
2016-12-16net: dsa: mv88e6xxx: Fix opps when adding vlan bridgeAndrew Lunn1-0/+6
2016-12-16net/3com/3c515: Fix timer handling, prevent leaks and crashesThomas Gleixner1-7/+8
2016-12-13netlink: revert broken, broken "2-clause nla_ok()"Alexey Dobriyan1-1/+2
2016-12-13virtio-net: correctly enable multiqueueJason Wang1-1/+3