summaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-09can: fix handling of unmodifiable configuration optionsOliver Hartkopp3-7/+73
2016-05-09can: mcp251x: Replace create_freezable_workqueue with alloc_workqueueAmitoj Kaur Chawla1-1/+2
2016-05-09can: sja1000: plx_pci: Add support for Marathon CAN-bus-PCIe cardNikita Edward Baruzdin1-8/+56
2016-05-09can: sja1000: Fix error location forwardingAlexander Gerasiov1-1/+5
2016-05-09sh_eth: reuse sh_eth_chip_reset()Sergei Shtylyov1-9/+2
2016-05-09sh_eth: call sh_eth_tsu_write() from sh_eth_chip_reset_giga()Sergei Shtylyov1-2/+3
2016-05-09pxa168_eth: mdiobus_scan() doesn't return NULL anymoreSergei Shtylyov1-2/+0
2016-05-09tcp: refactor struct tcp_skb_cbLawrence Brakmo1-3/+8
2016-05-09ifb: support more featuresEric Dumazet1-0/+3
2016-05-09net: make sch_handle_ingress() drop monitor readyEric Dumazet1-1/+3
2016-05-09ISDN: eicon: replace custom hex_asc_lo() / hex_pack_byte()Andy Shevchenko1-14/+7
2016-05-09fq_codel: add memory limitation per queueEric Dumazet2-3/+27
2016-05-09net: Add Qualcomm IPC routerCourtney Cavin9-1/+1198
2016-05-09soc: qcom: smd: Introduce compile stubsBjorn Andersson1-1/+27
2016-05-07cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai1-18/+20
2016-05-07mlxsw: spectrum: Fix ordering in mlxsw_sp_finiJiri Pirko1-1/+1
2016-05-07macvtap: add namespace support to the sysfs device classMarc Angel1-10/+26
2016-05-06ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet1-4/+4
2016-05-06samples/bpf: add verifier testsAlexei Starovoitov1-0/+80
2016-05-06samples/bpf: add 'pointer to packet' testsAlexei Starovoitov5-0/+281
2016-05-06bpf: add documentation for 'direct packet access'Alexei Starovoitov1-2/+83
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov4-6/+65
2016-05-06bpf: improve verifier state equivalenceAlexei Starovoitov1-20/+3
2016-05-06bpf: direct packet accessAlexei Starovoitov3-8/+440
2016-05-06bpf: cleanup verifier codeAlexei Starovoitov1-47/+53
2016-05-06Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]Tedd Ho-Jeong An1-5/+6
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern3-2/+13
2016-05-06cnic: call cp->stop_hw() in cnic_start_hw() on allocation failureJon Maxwell1-1/+4
2016-05-06i40e: constify i40e_client_ops structureJulia Lawall2-2/+2
2016-05-06i40e: fix misleading indentationArnd Bergmann1-1/+2
2016-05-06i40e: Test memory before ethtool alloc succeedsJesse Brandeburg1-3/+31
2016-05-06i40evf: Allocate Rx buffers properlyMitch Williams1-4/+1
2016-05-06i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg5-62/+27
2016-05-06i40evf: refactor receive routineJesse Brandeburg5-513/+481
2016-05-06i40evf: Drop packet split receive routineJesse Brandeburg7-75/+3
2016-05-06i40e: Refactor receive routineJesse Brandeburg6-303/+531
2016-05-06net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky9-125/+68
2016-05-06i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg3-8/+2
2016-05-06i40e: Drop packet split receive routineJesse Brandeburg6-317/+10
2016-05-06i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg2-14/+12
2016-05-05MAINTAINERS: Cleanup Intel Wired LAN maintainers listJeff Kirsher1-7/+0
2016-05-05tcp: two more missing bh disableEric Dumazet2-0/+4
2016-05-04drivers: fix dev->trans_start removal falloutFlorian Westphal2-2/+2
2016-05-04bonding: update documentation section after dev->trans_start removalFlorian Westphal1-2/+2
2016-05-04usbnet: smsc95xx: silence an uninitialized variable warningDan Carpenter1-1/+3
2016-05-04usbnet/smsc75xx: silence uninitialized variable warningDan Carpenter1-1/+3
2016-05-04tcp: must block bh in __inet_twsk_hashdance()Eric Dumazet1-3/+3
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet3-5/+26
2016-05-04mdio_bus: don't return NULL from mdiobus_scan()Sergei Shtylyov1-1/+1
2016-05-04net: remove dev->trans_startFlorian Westphal3-18/+9