summaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-28net/mlx4_en: Explicitly set no vlan tags in WQE ctrl segment when no vlan is ...Jack Morgenstein1-0/+2
2015-10-28vhost: fix performance on LE hostsMichael S. Tsirkin1-0/+7
2015-10-28bpf: sample: define aarch64 specific registersYang Shi1-0/+12
2015-10-28amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas2-1/+5
2015-10-28RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan1-2/+9
2015-10-28forcedeth: fix unilateral interrupt disabling in netpoll pathNeil Horman1-13/+11
2015-10-28openvswitch: Fix skb leak using IPv6 defragJoe Stringer1-0/+7
2015-10-28ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer1-0/+1
2015-10-28openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer3-6/+16
2015-10-28fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck1-1/+1
2015-10-27net: mv643xx_eth: add missing of_node_putJulia Lawall1-1/+3
2015-10-27ath6kl: add missing of_node_putJulia Lawall1-0/+1
2015-10-27net: phy: mdio: add missing of_node_putJulia Lawall1-0/+2
2015-10-27netdev/phy: add missing of_node_putJulia Lawall1-0/+1
2015-10-27net: netcp: add missing of_node_putJulia Lawall1-2/+6
2015-10-27net: thunderx: add missing of_node_putJulia Lawall1-1/+3
2015-10-27ipv6: gre: support SIT encapsulationEric Dumazet1-1/+2
2015-10-27sh_eth: fix RX buffer size calculationSergei Shtylyov1-2/+2
2015-10-27sh_eth: fix RX buffer size alignmentSergei Shtylyov1-5/+5
2015-10-26MAINTAINERS: Add entry for gianfar ethernet driverClaudiu Manoil1-0/+8
2015-10-26gianfar: Fix Rx BSY error handlingClaudiu Manoil1-3/+1
2015-10-26gianfar: Don't enable the Filer w/o the ParserClaudiu Manoil1-2/+2
2015-10-26gianfar: Remove duplicated argument to bitwise ORClaudiu Manoil1-2/+2
2015-10-26net: thunderx: Incorporate pass2 silicon CPI index configuration changesThanneeru Srinivasulu2-6/+27
2015-10-26net: thunderx: Rewrite silicon revision tests.David Daney1-4/+6
2015-10-26net: thunderx: Fix incorrect subsystem devid of VF on pass2 siliconSunil Goutham1-1/+1
2015-10-26net: thunderx: Remove PF soft reset.Sunil Goutham1-3/+0
2015-10-23net: sysctl: fix a kmemleak warningLi RongQing1-1/+5
2015-10-23ppp: fix pppoe_dev deletion condition in pppoe_release()Guillaume Nault1-1/+1
2015-10-23af_key: fix two typosLi RongQing1-1/+1
2015-10-23amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas2-2/+4
2015-10-23net/phy: micrel: Add workaround for bad autonegNathan Sullivan1-1/+22
2015-10-23ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa1-1/+5
2015-10-23overflow-arith: begin to add support for overflow builtin functionsHannes Frederic Sowa2-0/+22
2015-10-23tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker1-1/+1
2015-10-23ipv6: fix the incorrect return value of throw routelucien2-5/+26
2015-10-23macvtap: unbreak receiving of gro skb with frag listJason Wang1-1/+1
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar16-173/+192
2015-10-23VSOCK: Fix lockdep issue.Jorgen Hansen1-1/+1
2015-10-23i40e: fix annoying messageJesse Brandeburg1-0/+1
2015-10-23i40e: fix stats offsetsJesse Brandeburg1-0/+6
2015-10-22qmi_wwan: add Sierra Wireless MC74xx/EM74xxBjørn Mork1-0/+4
2015-10-22net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern1-2/+4
2015-10-22mISDN: fix OOM condition for sending queued I-FramesKarsten Keil1-34/+20
2015-10-22ISDN: fix OOM condition for sending queued I-FramesKarsten Keil1-12/+8
2015-10-22VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen2-91/+86
2015-10-22netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann1-2/+2
2015-10-22net: phy: dp83848: Add TI DP83848 Ethernet PHYAndrew F. Davis3-0/+105
2015-10-22net: sun4i-emac: Properly free resources on probe failure and removeHans de Goede1-4/+16
2015-10-22openvswitch: Serialize nested ct actions if providedJoe Stringer1-4/+10