aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24net: dsa: b53: Utilize mdio_module_driverFlorian Fainelli1-12/+1
2017-01-24net: phy: Fix typo for MDIO module boilerplate commentFlorian Fainelli1-1/+1
2017-01-24net: stmmac: dwmac-meson8b: make the RGMII TX delay configurableMartin Blumenstingl1-6/+14
2017-01-24net: dt-bindings: add RGMII TX delay configuration to meson8b-dwmacMartin Blumenstingl1-0/+16
2017-01-24net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn1-1/+1
2017-01-24bridge: multicast to unicastFelix Fietkau8-29/+114
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen9-12/+86
2017-01-23bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann1-1/+1
2017-01-23samples/bpf: add lpm-trie benchmarkDavid Herrmann2-0/+79
2017-01-23bpf: Add tests for the lpm trie mapDavid Herrmann3-2/+361
2017-01-23bpf: add a longest prefix match trie map implementationDaniel Mack3-1/+511
2017-01-23net: xilinx: constify net_device_ops structureBhumika Goyal1-2/+2
2017-01-23net: moxa: constify net_device_ops structuresBhumika Goyal1-1/+1
2017-01-23net: qcom/emac: claim the irq only when the device is openedTimur Tabi3-14/+11
2017-01-23net: qcom/emac: rename emac_phy to emac_sgmii and move itTimur Tabi9-24/+23
2017-01-23bnx2x: avoid two atomic ops per page on x86Eric Dumazet1-10/+5
2017-01-22net: phy: bcm7xxx: Implement EGPHY workaround for 7278Florian Fainelli1-0/+34
2017-01-22net: phy: bcm7xxx: Add entry for BCM7278Florian Fainelli2-0/+3
2017-01-22net: dsa: bcm_sf2: Allow non-IMP ports to have Broadcom tags enabledFlorian Fainelli3-0/+18
2017-01-22net: dsa: bcm_sf2: Move code enabling Broadcom tagsFlorian Fainelli1-27/+34
2017-01-22net: dsa: bcm_sf2: Add support for BCM7278 integrated switchFlorian Fainelli5-10/+68
2017-01-22net: dsa: bcm_sf2: Prepare for different register layoutsFlorian Fainelli3-25/+109
2017-01-22net: dsa: bcm_sf2: Make SF2_IO64_MACRO() utilize 32-bit macroFlorian Fainelli1-2/+2
2017-01-22net: systemport: Add support for SYSTEMPORT LiteFlorian Fainelli3-79/+327
2017-01-22net: systemport: Dynamically allocate number of TX ringsFlorian Fainelli2-1/+12
2017-01-22ipv6: add NUMA awareness to seg6_hmac_init_algo()Eric Dumazet1-1/+2
2017-01-22net: stmicro: fix LS field mask in EEE configurationjpinto1-1/+1
2017-01-22net/mlx4: use rb_entry()Geliang Tang1-4/+4
2017-01-226lowpan: use rb_entry()Geliang Tang1-4/+4
2017-01-20net: dsa: Remove hwmon supportAndrew Lunn8-350/+0
2017-01-20phy: marvell: Add support for temperature sensorAndrew Lunn1-3/+420
2017-01-20inet: don't use sk_v6_rcv_saddr directlyJosef Bacik1-1/+1
2017-01-20net: ethernet: ti: cpsw: clarify ethtool ops changing num of descsIvan Khoronzhuk1-73/+59
2017-01-20net: ethernet: ti: cpsw: don't duplicate common res in rx handlerIvan Khoronzhuk1-24/+16
2017-01-20net: ethernet: ti: cpsw: don't duplicate ndev_runningIvan Khoronzhuk1-14/+17
2017-01-20net: ethernet: ti: cpsw: don't disable interrupts in ndo_openIvan Khoronzhuk1-2/+0
2017-01-20net: ethernet: ti: cpsw: remove dual check from common res usage functionIvan Khoronzhuk1-3/+0
2017-01-20macvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar1-1/+1
2017-01-20ipvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar1-2/+2
2017-01-20net: remove duplicate code.Mahesh Bandewar1-3/+1
2017-01-20fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins1-5/+1
2017-01-20vxlan: preserve type of dst_port parm for encap_bypass_if_local()Lance Richardson1-1/+1
2017-01-20csum: eliminate sparse warning in remcsum_unadjust()Lance Richardson1-1/+1
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy6-17/+112
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy7-47/+149
2017-01-20tipc: add functionality to lookup multicast destination nodesJon Paul Maloy4-8/+87
2017-01-20tipc: add function for checking broadcast support in bearerJon Paul Maloy4-9/+34
2017-01-20bpf: add bpf_probe_read_str helperGianluca Borello2-1/+46
2017-01-20device: Implement a bus agnostic dev_num_vf routinePhil Sutter3-4/+8
2017-01-20PCI: implement num_vf bus type callbackPhil Sutter1-0/+6