summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFC: nci: hci: Fix releasing uninitialized skbsJoe Perches2015-06-091-8/+3
* NFC: pn544: use flags argument of devm_gpiod_get to set directionUwe Kleine-König2015-06-091-32/+11
* NFC: microread: drop unused variableTomas Winkler2015-06-091-3/+0
* NFC: Remove obsolete setting of DEBUGValentin Rothberg2015-06-092-4/+0
* NFC: trf7970a: Handle extra byte in response to Type 5 RMB commandsMark A. Greer2015-06-082-4/+23
* NFC: Fix typo in nfc-hci.txtMasanari Iida2015-06-081-1/+1
* NFC: nxp-nci: Fix build warningSamuel Ortiz2015-06-081-0/+1
* NFC: nxp-nci_i2c: Add support for enumerating through ACPIOleg Zhurakivskyy2015-06-081-0/+51
* net: phy: bcm7xxx: update workaround to fix 100BaseT corner casesFlorian Fainelli2015-06-081-2/+5
* Merge branch 'phy-micrel'David S. Miller2015-06-081-15/+38
|\
| * net/phy: micrel: Center FLP timing at 16msJaeden Amero2015-06-081-1/+22
| * net/phy: micrel: Comment MMD address of extended registersJaeden Amero2015-06-081-0/+1
| * net/phy: micrel: Be more const correctJaeden Amero2015-06-081-14/+15
|/
* fib_trie: coding style: Use pointer after checkFiro Yang2015-06-071-8/+13
* wan: dscc4: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-06-071-3/+3
* cosa: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-06-071-1/+1
* net/mlx5_core: Fix static checker warnings around system guid query flowMajd Dibbiny2015-06-073-3/+4
* isdn/hisax: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar2015-06-071-2/+2
* ethernet: micrel: use time_is_before_eq_jiffiesAntonio Murdaca2015-06-071-1/+1
* net: fec: ptp: correct the ENET_ATCOR valueFugang Duan2015-06-071-0/+1
* net: ll_temac: Remove sparse warningsMichal Simek2015-06-071-6/+6
* tcp: get_cookie_sock() consolidationEric Dumazet2015-06-073-23/+9
* net: bcmgenet: improve TX timeoutFlorian Fainelli2015-06-071-0/+67
* net: dsa: mv88e6xxx: Fix deadlock by double lockAndrew Lunn2015-06-071-2/+2
* bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-076-48/+207
* bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov2015-06-074-29/+30
* tcp: remove redundant checks IIEric Dumazet2015-06-072-8/+0
* fddi: print an address with %p format specifier rather than %xColin Ian King2015-06-071-1/+1
* wan: dscc4: fix build warning Wunused-but-set-variableNicholas Mc Guire2015-06-071-3/+0
* inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-065-2/+13
* cxgb4: Fix static checker warningHariprasad Shenai2015-06-051-1/+1
* Merge branch 'cxgb4-next'David S. Miller2015-06-055-51/+257
|\
| * cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR, DATA} register firstHariprasad Shenai2015-06-052-21/+83
| * cxgb4: program pci completion timeoutHariprasad Shenai2015-06-051-0/+19
| * cxgb4: Set mac addr from vpd, when we can't contact firmwareHariprasad Shenai2015-06-053-19/+81
| * cxgb4: Rename t4_link_start() to t4_link_l1cfgHariprasad Shenai2015-06-054-6/+6
| * cxgb4: Add sge ec context flush serviceHariprasad Shenai2015-06-054-5/+33
| * cxgb4: Free Virtual Interfaces in remove routineHariprasad Shenai2015-06-053-0/+35
|/
* Merge branch 'mlx5-next'David S. Miller2015-06-0424-337/+1800
|\
| * mlx5: Enable mutual support for IB and EthernetHaggai Abramonvsky2015-06-045-2/+33
| * IB/mlx5: Don't create IB instance over Ethernet portsMajd Dibbiny2015-06-041-0/+4
| * IB/mlx5: Avoid using the MAD_IFC command under ISSI > 0 modeMajd Dibbiny2015-06-043-173/+657
| * net/mlx5_core: Add more query port helpersMajd Dibbiny2015-06-042-0/+75
| * net/mlx5_core: Use port number when querying port ptysMajd Dibbiny2015-06-043-6/+6
| * net/mlx5_core: Use port number in the query port mtu helpersMajd Dibbiny2015-06-043-10/+15
| * net/mlx5_core: Get vendor-id using the query adapter commandMajd Dibbiny2015-06-045-20/+53
| * net/mlx5_core: Add new query HCA vport commandsMajd Dibbiny2015-06-047-19/+349
| * net/mlx5_core: Make the vport helpers available for the IB driver tooMajd Dibbiny2015-06-044-5/+7
| * net/mlx5_core: Check the return bitmask when querying ISSIHaggai Abramonvsky2015-06-041-1/+1
| * net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0Haggai Abramonvsky2015-06-047-73/+564