aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-03veth: Don't segment multiple tagged packets on veth deviceToshiaki Makita1-0/+1
2015-08-03macvlan: Don't segment multiple tagged packets on macvlan deviceToshiaki Makita1-0/+1
2015-08-03virtio_net: add gro capabilityEric Dumazet1-2/+2
2015-08-03rocker: linearize skb in case frags would not fit into tx descriptorJiri Pirko1-2/+5
2015-08-03rocker: enable support for scattered packetsIdo Schimmel1-1/+1
2015-08-02ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann2-0/+8
2015-08-02bnx2x: Correct logic for pvid configuration.Yuval Mintz1-1/+1
2015-07-31ipv6: Enable auto flow labels by defaultTom Herbert2-2/+2
2015-07-31ipv6: Disable flowlabel state ranges by defaultTom Herbert1-1/+1
2015-07-31ipv6: Implement different admin modes for automatic flow labelsTom Herbert6-25/+70
2015-07-31ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert4-7/+9
2015-07-31net: Add functions to get skb->hash based on flow structuresTom Herbert2-4/+75
2015-07-31net: dsa: Add netconsole supportFlorian Fainelli2-0/+71
2015-07-31net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli6-49/+33
2015-07-31net: systemport: Add netconsole supportFlorian Fainelli1-0/+18
2015-07-31net: bcmgenet: Add netconsole supportFlorian Fainelli1-0/+20
2015-07-31stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood1-0/+4
2015-07-31gianfar: Enable device wakeup when appropriateClaudiu Manoil3-13/+3
2015-07-31gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil1-68/+30
2015-07-31gianfar: Fix warning when CONFIG_PM offClaudiu Manoil1-0/+2
2015-07-31bonding: add tlb_dynamic_lb netlink supportNikolay Aleksandrov2-2/+16
2015-07-31sfc: MC allocations must be restored following an entity resetDaniel Pieczko1-4/+12
2015-07-31sfc: allow ethtool selftest and MC reboot to complete on an unprivileged functionDaniel Pieczko2-1/+21
2015-07-31net: phy: add driver for aquantia phyShaohui Xie3-0/+158
2015-07-31br2684: Remove unnecessary formatting macros b1 and bsJoe Perches1-6/+3
2015-07-31r8152: disable the capability of zero lengthhayeswang1-2/+3
2015-07-31vxlan: expose COLLECT_METADATA flag to user spaceAlexei Starovoitov2-0/+6
2015-07-31act_pedit: check binding before calling tcf_hash_release()WANG Cong1-3/+2
2015-07-31af_mpls: fix undefined reference to ip6_route_outputRoopa Prabhu1-8/+33
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu7-15/+26
2015-07-31bpf: add helpers to access tunnel metadataAlexei Starovoitov4-6/+124
2015-07-31Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driverWoojung.Huh@microchip.com4-0/+4610
2015-07-31bpf_jit_disasm: also support reading jit dump from fileDaniel Borkmann1-19/+90
2015-07-31iommu/amd: Allow non-ATS devices in IOMMUv2 domainsJoerg Roedel1-1/+6
2015-07-31Revert "ath9k: export HW random number generator"Kalle Valo5-110/+0
2015-07-30tipc: clean up link creationJon Paul Maloy4-121/+86
2015-07-30tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy1-15/+19
2015-07-30tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy4-63/+10
2015-07-30tipc: make resetting of links non-atomicJon Paul Maloy3-70/+127
2015-07-30tipc: move received discovery data evaluation inside node.cJon Paul Maloy3-123/+127
2015-07-30tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy3-180/+226
2015-07-30tipc: move protocol message sending away from link FSMJon Paul Maloy3-21/+33
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy5-508/+342
2015-07-30tipc: extend node FSMJon Paul Maloy2-11/+92
2015-07-30tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2-14/+22
2015-07-30tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy5-69/+104
2015-07-30tipc: eliminate function tipc_link_activate()Jon Paul Maloy3-16/+8
2015-07-30net: sk_clone_lock() should only do get_net() if the parent is not a kernel socketSowmini Varadhan1-1/+2
2015-07-30net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu5-9/+27
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann2-6/+13