summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: ping: make ping_v6_sendmsg staticHaishuang Yan2016-03-232-31/+29
* hv_netvsc: Fix the order of num_sc_offered decrementHaiyang Zhang2016-03-231-6/+6
* net: Fix typos and whitespace.Bjorn Helgaas2016-03-231-109/+106
* hv_netvsc: Fix the array sizes to be max supported channelsHaiyang Zhang2016-03-232-5/+6
* hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()Haiyang Zhang2016-03-231-1/+4
* ppp: take reference on channels netnsGuillaume Nault2016-03-231-1/+3
* net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck2016-03-232-0/+2
* net: mediatek: fix checking for NULL instead of IS_ERR() in .probeVladimir Zapolskiy2016-03-231-2/+2
* net: phy: at803x: Request 'reset' GPIO only for AT8030 PHYSebastian Frias2016-03-231-0/+4
* at803x: fix reset handlingSergei Shtylyov2016-03-231-3/+3
* Merge branch 'AF_VSOCK-missed-wakeups'David S. Miller2016-03-221-68/+87
|\
| * AF_VSOCK: Shrink the area influenced by prepare_to_waitClaudio Imbrenda2016-03-221-73/+85
| * Revert "vsock: Fix blocking ops call in prepare_to_wait"Claudio Imbrenda2016-03-221-6/+13
|/
* macb: fix PHY resetSergei Shtylyov2016-03-221-2/+2
* ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson2016-03-221-9/+7
* fsl/fman: Workaround for Errata A-007273Igal Liberman2016-03-221-16/+88
* ipv4: fix broadcast packets receptionPaolo Abeni2016-03-221-4/+8
* Merge branch 'hns-fixes'David S. Miller2016-03-2211-41/+117
|\
| * net: hns: bug fix about the overflow of mssDaode Huang2016-03-221-9/+8
| * net: hns: adds limitation for debug port mtuKejian Yan2016-03-222-0/+4
| * net: hns: fix the bug about mtu settingKejian Yan2016-03-224-1/+9
| * net: hns: fixes a bug of RSSKejian Yan2016-03-222-2/+22
| * net: hns: fix return value of the function about rssKejian Yan2016-03-223-20/+8
| * net: hns: set xge statistic reg as read onlyQianqian Xie2016-03-221-2/+3
| * net: hns: fixed the bug about GMACs mac settingSheng Li2016-03-221-10/+8
| * net: hns: add uc match for debug portsKejian Yan2016-03-225-2/+43
| * net: hns: fixed portid bug in sending manage pktSheng Li2016-03-223-1/+9
| * net: hns: bug fix about ping6Kejian Yan2016-03-221-0/+9
|/
* ipv6: remove unused in6_addr structLuis de Bethencourt2016-03-221-1/+0
* netlink: add support for NIC driver ioctlsDavid Decotigny2016-03-221-1/+9
* ethtool: minor doc updateDavid Decotigny2016-03-221-3/+3
* net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()Deepa Dinamani2016-03-211-1/+1
* Make DST_CACHE a silent config optionDave Jones2016-03-211-1/+1
* net: Add missing kernel-doc for netdev ptype listsBenjamin Poirier2016-03-211-0/+2
* net: add missing descriptions in net_device_priv_flagsLuis de Bethencourt2016-03-211-0/+4
* igmp: Document sysctl_igmp_max_msfBenjamin Poirier2016-03-211-3/+8
* net: Fix indentation of the conf/ documentation blockBenjamin Poirier2016-03-211-5/+5
* Merge branch 'bridge-gso-segs-and-size'David S. Miller2016-03-213-0/+22
|\
| * bridge: update max_gso_segs and max_gso_sizeEric Dumazet2016-03-211-0/+16
| * net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributesEric Dumazet2016-03-212-0/+6
|/
* vxlan: fix too large pskb_may_pull with remote checksumJiri Benc2016-03-211-4/+2
* vxlan: fix sparse warningsJiri Benc2016-03-211-8/+8
* net: add description for len argument of dev_get_phys_port_nameLuis de Bethencourt2016-03-211-0/+1
* mdio-sun4i: oops in error handling in probeDan Carpenter2016-03-211-1/+3
* net: smc911x: avoid unused variable warningsArnd Bergmann2016-03-211-0/+2
* Revert "lan78xx: add ndo_get_stats64"David S. Miller2016-03-201-49/+0
* net: sched: Add description for cpu_bstats argumentLuis de Bethencourt2016-03-201-0/+2
* gen_stats.c: Add description for cpu argumentLuis de Bethencourt2016-03-201-0/+1
* isdn: Use ktime_t instead of 'struct timeval'Tina Ruchandani2016-03-202-41/+30
* Merge branch 'tunnel-fixes'David S. Miller2016-03-2010-14/+80
|\