aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller191-609/+1411
2016-12-02Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-6/+22
2016-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds121-450/+1064
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-12-02geneve: avoid use-after-free of skb->dataSabrina Dubroca1-10/+4
2016-12-02tipc: check minimum bearer MTUMichal Kubeček3-2/+27
2016-12-02Merge tag 'linux-can-fixes-for-4.9-20161201' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller4-24/+121
2016-12-02net: renesas: ravb: unintialized return valueDan Carpenter1-2/+0
2016-12-02Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller65-788/+2560
2016-12-02sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt1-1/+1
2016-12-02net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli1-3/+5
2016-12-02Merge branch 'mvneta-64bit'David S. Miller5-102/+305
2016-12-02ARM64: dts: marvell: Add network support for Armada 3700Gregory CLEMENT2-0/+46
2016-12-02net: mvneta: Add network support for Armada 3700 SoCMarcin Wojtas3-87/+214
2016-12-02net: mvneta: Only disable mvneta_bm for 64-bitsGregory CLEMENT1-1/+2
2016-12-02net: mvneta: Convert to be 64 bits compatibleMarcin Wojtas1-1/+16
2016-12-02net: mvneta: Use cacheable memory to store the rx buffer virtual addressGregory CLEMENT1-10/+24
2016-12-02net: mvneta: Do not allocate buffer in rxq init with HWBMGregory CLEMENT1-2/+2
2016-12-02net: mvneta: Optimize rx path for small frameGregory CLEMENT1-1/+1
2016-12-02Fix up a couple of field names in the CREDITS fileLinus Torvalds1-4/+4
2016-12-02Merge branch 'bpf-support-for-sockets'David S. Miller16-46/+559
2016-12-02samples/bpf: add userspace example for prohibiting socketsDavid Ahern4-0/+195
2016-12-02samples/bpf: Update bpf loader for cgroup section namesDavid Ahern2-3/+12
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern3-0/+39
2016-12-02samples: bpf: add userspace example for modifying sk_bound_dev_ifDavid Ahern3-0/+132
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern7-2/+138
2016-12-02bpf: Refactor cgroups code in prep for new typeDavid Ahern3-41/+43
2016-12-02NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040Daniele Palmas1-0/+1
2016-12-02cdc_ether: Fix handling connection notificationKristian Evensen1-7/+31
2016-12-02ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov1-1/+1
2016-12-02mlx4: fix use-after-free in mlx4_en_fold_software_stats()Eric Dumazet2-1/+5
2016-12-02net: thunderx: Fix transmit queue timeout issueSunil Goutham3-37/+54
2016-12-02RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_netSowmini Varadhan1-0/+2
2016-12-02Merge branch 'offloading-tc-rules-hw'David S. Miller10-54/+135
2016-12-02net/mlx5e: Support adding ingress tc rule when egress device flag is setHadar Hen Zion1-0/+8
2016-12-02net/mlx5e: Save the represntor netdevice as part of the representorHadar Hen Zion4-10/+22
2016-12-02net/mlx5e: Bring back representor's ndos that were accidentally removedHadar Hen Zion1-0/+2
2016-12-02net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion4-17/+51
2016-12-02net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion2-0/+14
2016-12-02net/sched: cls_flower: Provide a filter to replace/destroy hardware filter functionsHadar Hen Zion1-16/+11
2016-12-02net/sched: cls_flower: Try to offload only if skip_hw flag isn't setHadar Hen Zion1-15/+20
2016-12-02net/sched: Add separate check for skip_hw flagHadar Hen Zion1-4/+15
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal3-4/+11
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal11-20/+35
2016-12-02Merge branch 'qed-iscsi'David S. Miller15-29/+2833
2016-12-02qed: Add iSCSI out of order packet handling.Yuval Mintz9-30/+1234
2016-12-02qed: Add support for hardware offloaded iSCSI.Yuval Mintz11-2/+1602
2016-12-02Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper1-1/+0
2016-12-02ipv6: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+2