summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-22net: dsa: mv88e6xxx: Abstract stats_snapshot into ops structureAndrew Lunn4-15/+56
2016-11-22net: dsa: mv88e6xxx: Add the mv88e6390 familyAndrew Lunn3-1/+182
2016-11-22net: dsa: mv88e6xxx: Fix unused variable warning by using variableAndrew Lunn1-0/+3
2016-11-22net: dsa: mv88e6xxx: Take switch out of reset before probeAndrew Lunn1-4/+4
2016-11-21net: ieee802154: constify ieee802154_ops structuresBhumika Goyal2-2/+2
2016-11-21Merge branch 'geneve-lwt-efficiency'David S. Miller1-405/+274
2016-11-21geneve: Optimize geneve device lookup.pravin shelar1-4/+13
2016-11-21geneve: Remove redundant socket checks.pravin shelar1-8/+2
2016-11-21geneve: Merge ipv4 and ipv6 geneve_build_skb()pravin shelar1-74/+26
2016-11-21geneve: Unify LWT and netdev handling.pravin shelar1-349/+263
2016-11-21Merge branch 'tcp-cong-undo_cwnd-mandatory'David S. Miller13-7/+74
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal8-6/+19
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal5-1/+55
2016-11-21Merge branch 'bridge-igmpv3-mldv2-support'David S. Miller5-39/+210
2016-11-21bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov5-22/+113
2016-11-21bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov5-18/+98
2016-11-21driver: macvlan: Remove duplicated IFF_UP condition check in macvlan_forward_...Gao Feng1-2/+1
2016-11-21mlx4: avoid unnecessary dirtying of critical fieldsEric Dumazet1-17/+30
2016-11-21bnx2: use READ_ONCE() instead of barrier()Eric Dumazet1-12/+5
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet2-2/+4
2016-11-21Merge branch 'mlx5-bpf-refcnt-fixes'David S. Miller3-13/+33
2016-11-21bpf: add __must_check attributes to refcount manipulating helpersDaniel Borkmann1-5/+7
2016-11-21bpf, mlx5: drop priv->xdp_prog reference on netdev cleanupDaniel Borkmann1-0/+3
2016-11-21bpf, mlx5: fix various refcount issues in mlx5e_xdp_setDaniel Borkmann1-4/+13
2016-11-21bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann2-4/+10
2016-11-21Merge branch 'mV88e6xxx-interrupt-fixes'David S. Miller3-28/+59
2016-11-21net: dsa: mv88e6xxx: Hold the mutex while freeing g1 interruptsAndrew Lunn1-1/+4
2016-11-21net: dsa: mv88e6xxx: Fix releasing for the global2 interruptsAndrew Lunn2-10/+19
2016-11-21net: dsa: mv88e6xxx: Fix cleanup on error for g1 interrupt setupAndrew Lunn1-11/+20
2016-11-21net: dsa: mv88e6xxx: Mask g1 interrupts and free interruptAndrew Lunn1-0/+7
2016-11-21net: dsa: mv88e6xxx: Fix unconditional irq freeingAndrew Lunn1-5/+8
2016-11-21net: dsa: mv88e6xxx: Fix typos when removing g1 interruptsAndrew Lunn1-2/+2
2016-11-20net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan3-5/+5
2016-11-20netlink: smaller nla_attr_minlen tableAlexey Dobriyan1-1/+1
2016-11-20netlink: use "unsigned int" in nla_next()Alexey Dobriyan1-1/+1
2016-11-20net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan1-1/+1
2016-11-19Merge tag 'batadv-next-for-davem-20161119' of git://git.open-mesh.org/linux-m...David S. Miller9-115/+445
2016-11-19af_packet: Use virtio_net_hdr_from_skb() directly.Jarno Rajahalme1-12/+4
2016-11-19af_packet: Use virtio_net_hdr_to_skb().Jarno Rajahalme1-48/+3
2016-11-19virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme3-5/+2
2016-11-19virtio_net.h: Fix comment.Jarno Rajahalme1-1/+1
2016-11-19virtio_net: Simplify call sites for virtio_net_hdr_{from, to}_skb().Jarno Rajahalme2-8/+5
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai11-82/+287
2016-11-18liquidio CN23XX: bitwise vs logical AND typoDan Carpenter1-1/+1
2016-11-18lan78xx: relocate mdix setting to phy driverWoojung Huh2-71/+38
2016-11-18Merge branch 'net-marvell-freescale-compile-test'David S. Miller5-7/+21
2016-11-18net: dsa: mv88e6xxx: Select IRQ_DOMAINFlorian Fainelli1-0/+1
2016-11-18net: marvell: Allow drivers to be built with COMPILE_TESTFlorian Fainelli1-4/+7
2016-11-18bus: mvebu-bus: Provide inline stub for mvebu_mbus_get_dram_win_infoFlorian Fainelli1-0/+8
2016-11-18net: fsl: Allow most drivers to be built with COMPILE_TESTFlorian Fainelli1-1/+3