summaryrefslogtreecommitdiffstats
path: root/net/phonet (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-09Revert "net/mlx4_en: Fix panic during reboot"Tariq Toukan1-1/+0
2016-11-09net-ipv6: on device mtu change do not add mtu to mtu-less routesMaciej Żenczykowski1-0/+1
2016-11-09sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh1-0/+2
2016-11-09driver: macvlan: Destroy new macvlan port if macvlan_common_newlink failed.Gao Feng1-9/+22
2016-11-08fib_trie: Correct /proc/net/route off by one errorAlexander Duyck1-12/+9
2016-11-08Documentation: networking: dsa: Update tagging protocolsFabian Mewes1-1/+2
2016-11-08virtio-net: drop legacy features in virtio 1 modeMichael S. Tsirkin1-10/+20
2016-11-08net: icmp6_send should use dst dev to determine L3 domainDavid Ahern1-1/+1
2016-11-07bpf: fix map not being uncharged during map creation failureDaniel Borkmann1-1/+3
2016-11-07bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann1-1/+2
2016-11-07sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2016-11-07net: hns: fix device reference leaksJohan Hovold1-1/+7
2016-11-07net: ethernet: ti: davinci_emac: fix device reference leakJohan Hovold1-4/+6
2016-11-07net: ethernet: ti: cpsw: fix device and of_node leaksJohan Hovold1-0/+3
2016-11-07phy: fix device reference leaksJohan Hovold1-0/+2
2016-11-04net/mlx5: Fix invalid pointer reference when prof_sel parameter is invalidHuy Nguyen1-2/+3
2016-11-04net/mlx5: E-Switch, Set the actions for offloaded rules properlyOr Gerlitz1-1/+2
2016-11-04net/mlx5e: Handle matching on vlan priority for offloaded TC rulesOr Gerlitz1-1/+4
2016-11-04net/mlx5e: Disallow changing name-space for VF representorsOr Gerlitz1-1/+1
2016-11-04net/mlx5e: Re-arrange XDP SQ/CQ creationSaeed Mahameed1-17/+15
2016-11-04net/mlx5e: Fix XDP error path of mlx5e_open_channel()Saeed Mahameed1-1/+4
2016-11-03taskstats: fix the length of cgroupstats_cmd_get_policyWANG Cong1-1/+5
2016-11-03genetlink: fix a memory leak on error pathWANG Cong1-1/+3
2016-11-03ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet1-0/+1
2016-11-03ehea: fix operation state reportGuilherme G. Piccoli1-0/+2
2016-11-03ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet1-7/+8
2016-11-03netlink: netlink_diag_dump() runs without locksEric Dumazet1-4/+1
2016-11-03dccp: fix out of bound access in dccp_v4_err()Eric Dumazet1-6/+8
2016-11-03dccp: do not send reset to already closed socketsEric Dumazet1-0/+4
2016-11-03dccp: do not release listeners too soonEric Dumazet4-6/+8
2016-11-03tcp: fix return value for partial writesEric Dumazet1-1/+1
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson5-19/+5
2016-11-03net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern2-2/+2
2016-11-03tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-11-03qede: Correctly map aggregation replacement pagesMintz, Yuval1-1/+1
2016-11-03cxgb4: correct device ID of T6 adapterHariprasad Shenai1-1/+1
2016-11-03inet: fix sleeping inside inet_wait_for_connect()WANG Cong1-5/+4
2016-11-02xen-netfront: cast grant table reference first to type intDongli Zhang1-2/+2
2016-11-02ip6_udp_tunnel: remove unused IPCB related codesEli Cooper1-3/+0
2016-11-02ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
2016-11-02MAINTAINERS: Update MELLANOX MLX5 core VPI driver maintainersSaeed Mahameed1-0/+1
2016-11-01net: mv643xx_eth: ensure coalesce settings survive read-modify-writeRussell King1-0/+2
2016-11-01net/mlx5: Simplify a testChristophe Jaillet1-1/+1
2016-11-01unix: escape all null bytes in abstract unix domain socketIsaac Boukris1-1/+2
2016-11-01net: qcom/emac: use correct value for SGMII_LN_UCDR_SO_GAIN_MODE0Timur Tabi1-1/+1
2016-11-01drivers: net: xgene: fix: Coalescing values for v2 hardwareIyappan Subramanian2-5/+9
2016-11-01drivers: net: xgene: fix: Disable coalescing on v1 hardwareIyappan Subramanian2-13/+2
2016-11-01bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek1-1/+4
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long3-18/+18
2016-10-31sctp: return back transport in __sctp_rcv_init_lookupXin Long1-2/+1