summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net: dsa: Refactor selection of tag ops into a functionAndrew Lunn2016-06-044-61/+54
| * net: dsa: mv88e6xxx: Only support EDSA taggingAndrew Lunn2016-06-041-6/+2
| * net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn2016-06-042-35/+54
| * net: dsa: Copy the routing table into the switch structureAndrew Lunn2016-06-043-3/+12
| * net: dsa: Remove dynamic allocate of routing tableAndrew Lunn2016-06-043-19/+5
| * net: dsa: Move port device node into port structureAndrew Lunn2016-06-043-7/+7
| * net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn2016-06-049-29/+38
| * net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn2016-06-042-2/+10
| * net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn2016-06-041-2/+1
| * net: dsa: mv88e6xxx: fix circular lock in PPU workVivien Didelot2016-06-041-4/+9
| * net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn2016-06-041-1/+1
|/
* net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller2016-06-031-0/+1
* sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller2016-06-031-1/+1
* qed: Fix next-ptr chains for BE / 32-bitYuval Mintz2016-06-031-2/+1
* Merge branch 'qed-roce-iscsi'David S. Miller2016-06-0323-383/+7312
|\
| * qed: Initialize hardware for new protocolsYuval Mintz2016-06-037-70/+1535
| * qed: Add iscsi/rdma personalitiesYuval Mintz2016-06-038-6/+114
| * qed: Add common HSI for new protocolsYuval Mintz2016-06-038-1/+5040
| * qed: Revisit chain implementationYuval Mintz2016-06-037-306/+623
|/
* net: ethernet: ti: cpsw: remove unused priv lockIvan Khoronzhuk2016-06-031-3/+0
* rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches2016-06-0316-34/+56
* hv_netvsc: Fix VF register on vlan devicesHaiyang Zhang2016-06-031-0/+4
* Merge branch 'sctp-gso'David S. Miller2016-06-0319-167/+524
|\
| * sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner2016-06-031-1/+2
| * sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-0314-126/+429
| * sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner2016-06-032-31/+43
| * skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-036-4/+36
| * sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner2016-06-032-3/+12
| * skbuff: export skb_gro_receiveMarcelo Ricardo Leitner2016-06-031-0/+1
| * loopback: make use of NETIF_F_GSO_SOFTWAREMarcelo Ricardo Leitner2016-06-031-3/+2
|/
* net: fjes: fjes_main: Remove create_workqueueBhaktipriya Shridhar2016-06-031-2/+3
* qed: Utilize FW 8.10.3.0Yuval Mintz2016-06-0217-4657/+4129
* net: vrf: set operstate and mtu at link createDavid Ahern2016-06-021-0/+6
* ovs: set name assign type of internal portZhang Shengju2016-06-021-1/+1
* net: ethernet: wiznet: Remove create_workqueueBhaktipriya Shridhar2016-06-021-2/+1
* ravb: Remove manual pause frame transmitMasaru Nagai2016-06-011-2/+0
* stmmac: make platform drivers depend on their associated SoCPeter Robinson2016-06-011-7/+7
* Merge branch 'macvlan-less-mcast-cloning'David S. Miller2016-06-011-7/+41
|\
| * macvlan: Avoid unnecessary multicast cloningHerbert Xu2016-06-011-6/+34
| * macvlan: Fix potential use-after free for broadcastsHerbert Xu2016-06-011-2/+8
|/
* udp: avoid csum_partial() for validated skbEric Dumazet2016-06-011-2/+2
* ravb: Add SET_RUNTIME_PM_OPS macroKazuya Mizuguchi2016-06-011-2/+1
* ravb: Add ESF in RCR for enabling separation filterMasaru Nagai2016-06-011-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-3167-262/+580
|\
| * sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-05-313-17/+56
| * usbnet: smsc95xx: fix link detection for disabled autonegotiationChristoph Fritz2016-05-311-0/+51
| * virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recvwangyunjian2016-05-311-16/+2
| * bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov2016-05-311-7/+10
| * fou: fix IPv6 Kconfig optionsArnd Bergmann2016-05-312-2/+2
| * openvswitch: update checksum in {push,pop}_mplsSimon Horman2016-05-311-5/+15