aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-14devlink: add shared buffer configurationJiri Pirko3-0/+1044
2016-04-14gre: eliminate holes in ip_tunnelstephen hemminger1-4/+3
2016-04-14ravb: make ravb_ptp_interrupt() *void*Sergei Shtylyov3-10/+9
2016-04-14Merge branch 'qed-ethtool-rss'David S. Miller8-71/+302
2016-04-14qed* - bump driver versions to 8.7.1.20Yuval Mintz2-3/+3
2016-04-14qede: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru3-10/+283
2016-04-14qed: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru3-16/+13
2016-04-14qed*: remove version dependencyRahul Verma7-42/+3
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller3-18/+13
2016-04-14net: remove netdevice gso_min_segsEric Dumazet2-5/+2
2016-04-14qdisc: constify meta_type_ops structuresJulia Lawall1-4/+4
2016-04-14net: bcmgenet: add BQL supportPetri Gynther1-1/+14
2016-04-13net: bcmgenet: use __napi_schedule_irqoff()Florian Fainelli1-4/+4
2016-04-13net: bcmgenet: use napi_complete_done()Eric Dumazet1-1/+1
2016-04-13Merge branch 'sctp-delayed-wakeups'David S. Miller3-8/+16
2016-04-13sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner3-3/+11
2016-04-13sctp: compress bit-wide flags to a bitfield on sctp_sockMarcelo Ricardo Leitner1-6/+6
2016-04-13drivers/net/ethernet/jme.c: Deinline jme_reset_mac_processor, save 2816 bytesDenys Vlasenko1-1/+1
2016-04-13Merge branch 'bridge-sysfs-rtnl-notifications'David S. Miller4-93/+66
2016-04-13bridge: a netlink notification should be sent when those attributes are changed by ioctlXin Long1-16/+24
2016-04-13bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_ifXin Long1-2/+3
2016-04-13bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_brXin Long2-37/+14
2016-04-13bridge: simplify the stp_state_store by calling store_bridge_parmXin Long1-15/+9
2016-04-13bridge: simplify the forward_delay_store by calling store_bridge_parmXin Long1-17/+10
2016-04-13bridge: simplify the flush_store by calling store_bridge_parmXin Long1-7/+7
2016-04-13net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko2-4/+4
2016-04-13Doc: networking: Fix typo in dsaMasanari Iida2-2/+2
2016-04-13ipv6, token: allow for clearing the current device tokenDaniel Borkmann1-4/+6
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa6-23/+35
2016-04-13net: ethernet: stmmac: GMAC4.xx: Fix TX descriptor preparationAlexandre TORGUE1-8/+1
2016-04-13Merge branch 'udp-hdrs-fixes'David S. Miller2-4/+3
2016-04-13udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn2-2/+3
2016-04-13udp: do not expect udp headers on ioctl SIOCINQWillem de Bruijn1-2/+0
2016-04-13Merge branch 'dsa-refactoring-set-1'David S. Miller11-83/+171
2016-04-13dsa: mv88e6xxx: Use bus in mv88e6xxx_lookup_name()Andrew Lunn1-4/+8
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn4-16/+17
2016-04-13net: dsa: Rename DSA probe function.Andrew Lunn6-18/+24
2016-04-13net: dsa: Keep the mii bus and address in the private structureAndrew Lunn8-83/+89
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn2-2/+1
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn10-22/+86
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn8-10/+18
2016-04-13Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller230-1443/+1456
2016-04-13tipc: remove remnants of old broadcast codeJon Paul Maloy1-15/+0
2016-04-12Merge branch 'mediatek-stress-test-fixes'David S. Miller2-44/+66
2016-04-12net: mediatek: do not set the QID field in the TX DMA descriptorsJohn Crispin1-2/+1
2016-04-12net: mediatek: move the pending_work struct to the device generic structJohn Crispin2-10/+7
2016-04-12net: mediatek: fix mtk_pending_workJohn Crispin1-8/+20
2016-04-12net: mediatek: fix TX lockingJohn Crispin1-10/+10
2016-04-12net: mediatek: fix stop and wakeup of queueJohn Crispin1-10/+27
2016-04-12net: mediatek: remove superfluous reset callJohn Crispin1-4/+0