summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mdio: remove an unneed conditionDan Carpenter2016-01-121-4/+2
* mdio_bus: NULL dereference on allocation errorDan Carpenter2016-01-121-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-1230-73/+206
|\
| * bonding: Prevent IPv6 link local address on enslaved devicesKarl Heiss2016-01-111-1/+4
| * udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2016-01-112-2/+2
| * net: pktgen: fix null ptr deref in skb allocationJohn Fastabend2016-01-111-1/+3
| * Merge branch 'renesas-eth-fixes'David S. Miller2016-01-112-10/+4
| |\
| | * sh_eth: stop reading ECMR in sh_eth_dev_init()Sergei Shtylyov2016-01-111-5/+2
| | * ravb: stop reading ECMR in ravb_emac_init()Sergei Shtylyov2016-01-111-5/+2
| |/
| * sched,cls_flower: set key address type when presentJamal Hadi Salim2016-01-111-2/+8
| * tcp_yeah: don't set ssthresh below 2Neal Cardwell2016-01-111-1/+1
| * sctp: fix use-after-free in pr_debug statementMarcelo Ricardo Leitner2016-01-112-18/+10
| * mlxsw: spectrum: Add FDB lock to prevent session interleavingIdo Schimmel2016-01-112-0/+6
| * unix: properly account for FDs passed over unix socketswilly tarreau2016-01-113-9/+29
| * ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet2016-01-111-0/+2
| * net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin2016-01-111-1/+1
| * net: qmi_wwan: Add SIMCom 7230EKristian Evensen2016-01-101-0/+1
| * udp: restrict offloads to one namespaceHannes Frederic Sowa2016-01-105-7/+11
| * vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel2016-01-101-3/+9
| * cdc-acm: fix NULL pointer referenceOliver Neukum2016-01-101-1/+7
| * r8152: fix the wake eventhayeswang2016-01-091-1/+39
| * phy: micrel: Fix finding PHY properties in MAC node for KSZ9031.Roosen Henri2016-01-091-2/+10
| * Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-01-091-2/+4
| |\
| | * batman-adv: Fix invalid read while copying bat_iv.bcast_ownSven Eckelmann2016-01-071-2/+4
| * | irda: toim3232-sir: delete some dead codeDan Carpenter2016-01-081-10/+0
| * | isdn: act200: fix MODULE_PARM_DESC() typoDan Carpenter2016-01-081-1/+1
| * | net: lan78xx: Fix to write to OTP(One Time Programmable) per magic number.Woojung.Huh@microchip.com2016-01-071-1/+54
| |/
* | net: Fix typo in netdev_intersect_featuresTom Herbert2016-01-121-2/+2
* | Merge branch 'mdio-build-failures'David S. Miller2016-01-122-2/+2
|\ \
| * | net: freescale: mac-fec: Fix build error from phy_device API changeAndrew Lunn2016-01-121-1/+1
| * | net: freescale: ucc_geth: Fix build error from phy_device API changeAndrew Lunn2016-01-121-1/+1
|/ /
* | Merge branch 'mlx5-enhanced-flow-steering'David S. Miller2016-01-119-76/+1233
|\ \
| * | IB/mlx5: Add flow steering supportMaor Gottlieb2016-01-113-1/+517
| * | net/mlx5_core: Export flow steering APIMaor Gottlieb2016-01-111-0/+5
| * | net/mlx5_core: Make ipv4/ipv6 location more clearMaor Gottlieb2016-01-111-2/+18
| * | net/mlx5_core: Enable flow steering support for the IB driverMaor Gottlieb2016-01-113-8/+51
| * | net/mlx5_core: Initialize namespaces only when supported by deviceMaor Gottlieb2016-01-111-21/+49
| * | net/mlx5_core: Set priority attributesMaor Gottlieb2016-01-112-19/+55
| * | net/mlx5_core: Connect flow tablesMaor Gottlieb2016-01-113-10/+104
| * | net/mlx5_core: Introduce modify flow table commandMaor Gottlieb2016-01-113-4/+83
| * | net/mlx5_core: Managing root flow tableMaor Gottlieb2016-01-115-10/+144
| * | net/mlx5_core: Add utilities to find next and prev flow-tablesMaor Gottlieb2016-01-111-0/+67
| * | net/mlx5_core: Introduce flow steering autogrouped flow tableMaor Gottlieb2016-01-113-19/+158
|/ /
* | Merge branch 'bpf-next'David S. Miller2016-01-112-22/+110
|\ \
| * | bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann2016-01-112-8/+71
| * | bpf: export helper function flags and reject invalid onesDaniel Borkmann2016-01-112-14/+39
|/ /
* | bonding: make mii_status sysfs node consistentJarod Wilson2016-01-111-1/+1
* | net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov2016-01-111-2/+1
* | net: bfin_mac: Use phy_find_first() instead of open-coding itGuenter Roeck2016-01-111-15/+2
* | Merge branch 'ovs-cleanups'David S. Miller2016-01-112-24/+5
|\ \