| Commit message (Expand) | Author | Age | Files | Lines |
* | net: usb: cdc_mbim: add flag FLAG_SEND_ZLP | Daniele Palmas | 2018-06-01 | 1 | -1/+1 |
* | net: cdc_mbim: apply "NDP to end" quirk to HP lt4132 | Tore Anderson | 2017-07-03 | 1 | -0/+7 |
* | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
* | net: usbnet: support 64bit stats | Greg Ungerer | 2017-04-03 | 1 | -0/+1 |
* | NET: usb: cdc_mbim: add quirk for supporting Telit LE922A | Daniele Palmas | 2016-12-08 | 1 | -0/+21 |
* | cdc_mbim: apply "NDP to end" quirk to all Huawei devices | Bjørn Mork | 2016-04-14 | 1 | -2/+7 |
* | net: cdc_ncm: avoid changing RX/TX buffers on MTU changes | Bjørn Mork | 2015-12-23 | 1 | -1/+1 |
* | net: cdc_mbim: add "NDP to end" quirk for Huawei E3372 | Bjørn Mork | 2015-12-05 | 1 | -1/+25 |
* | ipv6: remove unused neigh parameter from ndisc functions | Jiri Benc | 2015-09-24 | 1 | -1/+1 |
* | cdc_ncm: Add support for moving NDP to end of NCM frame | Enrico Mioso | 2015-07-09 | 1 | -1/+1 |
* | net: usb: Use eth_<foo>_addr instead of memset | Joe Perches | 2015-03-03 | 1 | -1/+1 |
* | vlan: kill vlan_put_tag helper | Jiri Pirko | 2014-11-21 | 1 | -1/+1 |
* | net: cdc_ncm/cdc_mbim: adding NCM protocol statistics | Bjørn Mork | 2014-05-16 | 1 | -0/+6 |
* | net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functions | Bjørn Mork | 2014-05-13 | 1 | -2/+41 |
* | net: cdc_mbim: reject IP packets on DSS VLANs | Bjørn Mork | 2014-05-13 | 1 | -0/+2 |
* | net: cdc_mbim: optionally use VLAN ID 4094 for IP session 0 | Bjørn Mork | 2014-05-13 | 1 | -6/+68 |
* | vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu() | dingtianhong | 2014-05-12 | 1 | -2/+2 |
* | net: cdc_mbim: handle unaccelerated VLAN tagged frames | Bjørn Mork | 2014-05-09 | 1 | -11/+28 |
* | net: cdc_mbim: __vlan_find_dev_deep need rcu_read_lock | Bjørn Mork | 2014-05-07 | 1 | -5/+13 |
* | net: cdc_mbim: fixup error return value | Bjørn Mork | 2013-11-04 | 1 | -4/+2 |
* | net: cdc_mbim: no need to check for resume if suspend exists | Bjørn Mork | 2013-11-04 | 1 | -1/+1 |
* | net: cdc_mbim: manage_power should always set needs_remote_wakeup | Bjørn Mork | 2013-11-04 | 1 | -5/+3 |
* | net: cdc_ncm: remove redundant netdev field | Bjørn Mork | 2013-11-02 | 1 | -1/+1 |
* | net: cdc_mbim: change the default to send ZLPs | Bjørn Mork | 2013-11-02 | 1 | -11/+17 |
* | net: cdc_mbim: handle IPv6 Neigbor Solicitations | Bjørn Mork | 2013-11-02 | 1 | -0/+58 |
* | net: usb: Add HP hs2434 device to ZLP exception table | Rob Gardner | 2013-08-28 | 1 | -0/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 1 | -2/+2 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-22 | 1 | -1/+1 |
| |\ |
|
| * | | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy | 2013-04-19 | 1 | -1/+1 |
| * | | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2013-04-19 | 1 | -1/+1 |
* | | | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-04-29 | 1 | -0/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | usbnet: cdc_mbim: comments on suspend failure | Ming Lei | 2013-03-25 | 1 | -0/+5 |
| |/ |
|
* | | net: cdc_mbim: remove bogus sizeof() | Bjørn Mork | 2013-04-16 | 1 | -1/+1 |
|/ |
|
* | net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibility | Bjørn Mork | 2013-03-17 | 1 | -10/+1 |
* | net: cdc_mbim: send ZLP only for the specific buggy device | Bjørn Mork | 2013-01-23 | 1 | -0/+19 |
* | net: cdc_mbim: send ZLP after max sized NTBs | Bjørn Mork | 2013-01-21 | 1 | -1/+1 |
* | net: cdc_mbim: Device Service Stream support | Bjørn Mork | 2012-10-23 | 1 | -23/+35 |
* | net: cdc_ncm: map MBIM IPS SessionID to VLAN ID | Bjørn Mork | 2012-10-23 | 1 | -8/+43 |
* | net: cdc_mbim: adding MBIM driver | Greg Suarez | 2012-10-23 | 1 | -0/+365 |