summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-222-76/+97
* enic: update enic maintainersGovindarajulu Varadarajan2017-03-221-1/+0
* net: bcmgenet: remove bcmgenet_internal_phy_setup()Doug Berger2017-03-221-15/+0
* ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-221-1/+1
* Merge branch 'fjes-fixes'David S. Miller2017-03-221-5/+71
|\
| * fjes: Do not load fjes driver if extended socket device is not power on.Yasuaki Ishimatsu2017-03-221-0/+24
| * fjes: Do not load fjes driver if system does not have extended socket device.Yasuaki Ishimatsu2017-03-221-5/+47
|/
* Merge branch 'mlx5-fixes'David S. Miller2017-03-2210-37/+94
|\
| * net/mlx5e: Count LRO packets correctlyGal Pressman2017-03-221-0/+4
| * net/mlx5e: Count GSO packets correctlyGal Pressman2017-03-221-2/+3
| * net/mlx5: Increase number of max QPs in default profileMaor Gottlieb2017-03-221-1/+1
| * net/mlx5e: Avoid supporting udp tunnel port ndo for VF repsPaul Blakey2017-03-224-12/+11
| * net/mlx5e: Use the proper UAPI values when offloading TC vlan actionsOr Gerlitz2017-03-221-2/+4
| * net/mlx5: E-Switch, Don't allow changing inline mode when flows are configuredRoi Dayan2017-03-222-0/+9
| * net/mlx5e: Change the TC offload rule add/del code path to be per NIC or E-Sw...Or Gerlitz2017-03-223-20/+58
| * net/mlx5: Add missing entries for set/query rate limit commandsOr Gerlitz2017-03-221-0/+4
|/
* Merge tag 'wireless-drivers-for-davem-2017-03-21' of git://git.kernel.org/pub...David S. Miller2017-03-228-55/+57
|\
| * ath10k: fix incorrect wlan_mac_base in qca6174_regsRyan Hsu2017-03-201-1/+1
| * MAINTAINERS: update for mwifiex driver maintainersAmitkumar Karwar2017-03-161-0/+2
| * mwifiex: uninit wakeup info when removing deviceBrian Norris2017-03-161-0/+3
| * mwifiex: set adapter->dev before starting to use mwifiex_dbg()Brian Norris2017-03-161-4/+4
| * mwifiex: pcie: don't leak DMA buffers when removingBrian Norris2017-03-161-19/+19
| * iwlwifi: mvm: cleanup pending frames in DQA modeSara Sharon2017-03-164-31/+28
* | tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue2017-03-221-1/+6
* | sctp: remove useless err from sctp_association_initXin Long2017-03-221-4/+2
* | sctp: declare struct sctp_stream before using itXin Long2017-03-221-0/+1
* | cpsw/netcp: cpts depends on posix_timersArnd Bergmann2017-03-221-1/+1
* | cpsw/netcp: work around reverse cpts dependencyArnd Bergmann2017-03-222-2/+8
* | Merge branch 'r8152-rx-settings'David S. Miller2017-03-221-7/+16
|\ \
| * | r8152: fix the rx early size of RTL8153hayeswang2017-03-221-3/+4
| * | r8152: set the RMS of RTL8153 according to the mtuhayeswang2017-03-221-4/+12
|/ /
* | cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo2017-03-221-16/+16
* | net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4Tony Lindgren2017-03-221-0/+4
* | selftests/bpf: fix broken build, take 2Zi Shen Lim2017-03-221-9/+10
* | tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2017-03-223-7/+14
* | tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2017-03-222-1/+22
* | sctp: out_qlen should be updated when pruning unsent queueXin Long2017-03-221-6/+5
* | sctp: define dst_pending_confirm as a bit in sctp_transportXin Long2017-03-221-2/+2
* | sctp: remove temporary variable confirm from sctp_packet_transmitXin Long2017-03-221-4/+3
* | net: vrf: Reset rt6i_idev in local dst after putDavid Ahern2017-03-221-1/+3
* | bna: integer overflow bug in debugfsDan Carpenter2017-03-221-1/+1
* | qmi_wwan: add Dell DW5811eBjørn Mork2017-03-221-0/+2
* | sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-03-221-2/+8
* | tun: fix inability to set offloads after disabling them via ethtoolYaroslav Isakov2017-03-211-0/+2
* | net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov2017-03-211-8/+9
* | Merge branch 'vsock-pkt-cancel'David S. Miller2017-03-216-0/+110
|\ \
| * | vsock: cancel packets when failing to connectPeng Tao2017-03-211-0/+14
| * | vsock: add pkt cancel capabilityPeng Tao2017-03-211-0/+42
| * | vhost-vsock: add pkt cancel capabilityPeng Tao2017-03-212-0/+44
| * | vsock: track pkt owner vsockPeng Tao2017-03-212-0/+10
|/ /