summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-02samples: bpf: add userspace example for modifying sk_bound_dev_ifDavid Ahern
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-12-02bpf: Refactor cgroups code in prep for new typeDavid Ahern
2016-12-02NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040Daniele Palmas
2016-12-02cdc_ether: Fix handling connection notificationKristian Evensen
2016-12-02ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov
2016-12-02mlx4: fix use-after-free in mlx4_en_fold_software_stats()Eric Dumazet
2016-12-02net: thunderx: Fix transmit queue timeout issueSunil Goutham
2016-12-02RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_netSowmini Varadhan
2016-12-02Merge branch 'offloading-tc-rules-hw'David S. Miller
2016-12-02net/mlx5e: Support adding ingress tc rule when egress device flag is setHadar Hen Zion
2016-12-02net/mlx5e: Save the represntor netdevice as part of the representorHadar Hen Zion
2016-12-02net/mlx5e: Bring back representor's ndos that were accidentally removedHadar Hen Zion
2016-12-02net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion
2016-12-02net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion
2016-12-02net/sched: cls_flower: Provide a filter to replace/destroy hardware filter fu...Hadar Hen Zion
2016-12-02net/sched: cls_flower: Try to offload only if skip_hw flag isn't setHadar Hen Zion
2016-12-02net/sched: Add separate check for skip_hw flagHadar Hen Zion
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-12-02Merge branch 'qed-iscsi'David S. Miller
2016-12-02qed: Add iSCSI out of order packet handling.Yuval Mintz
2016-12-02qed: Add support for hardware offloaded iSCSI.Yuval Mintz
2016-12-02Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper
2016-12-02ipv6: Set skb->protocol properly for local outputEli Cooper
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper
2016-12-02packet: fix race condition in packet_set_ringPhilip Pettersson
2016-12-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-12-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-02net: ethernet: altera: TSE: do not use tx queue lock in tx completion handlerLino Sanfilippo
2016-12-02net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffersLino Sanfilippo
2016-12-02net: atarilance: use %8ph for printing hex stringRasmus Villemoes
2016-12-02net/mlx5e: skip loopback selftest with !CONFIG_INETArnd Bergmann
2016-12-02default exported asm symbols to zeroArnd Bergmann
2016-12-02arm64: dts: juno: fix cluster sleep state entry latency on all SoC versionsSudeep Holla
2016-12-02bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann
2016-12-02sock: reset sk_err for ICMP packets read from error queueSoheil Hassas Yeganeh
2016-12-02Merge branch 'lwt-bpf'David S. Miller
2016-12-02bpf: Add tests and samples for LWT-BPFThomas Graf
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf
2016-12-02route: Set lwtstate for local traffic and cached input dstsThomas Graf
2016-12-02route: Set orig_output when redirecting to lwt on locally generated trafficThomas Graf
2016-12-02Merge branch 'mlx5-updates'David S. Miller
2016-12-02net/mlx5e: Remove flow encap entry in the correct placeRoi Dayan
2016-12-02net/mlx5e: Refactor tc del flow to accept mlx5e_tc_flow instanceRoi Dayan
2016-12-02net/mlx5e: Correct cleanup order when deleting offloaded TC rulesRoi Dayan
2016-12-02net/mlx5e: Remove redundant hashtable lookup in configure flowerRoi Dayan
2016-12-02net/mlx5e: Create UMR MKey per RQTariq Toukan
2016-12-02net/mlx5e: Move function mlx5e_create_umr_mkeyTariq Toukan
2016-12-02net/mlx5e: Implement Fragmented Work Queue (WQ)Tariq Toukan