summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netdevice: add helper to update trans_startFlorian Westphal2016-05-041-0/+6
* drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-0410-10/+10
* dmfe: kill DEVICE defineFlorian Westphal2016-05-041-21/+18
* gre6: add Kconfig dependency for NET_IPGRE_DEMUXArnd Bergmann2016-05-041-0/+1
* Merge branch 'gre-teb'David S. Miller2016-05-043-17/+37
|\
| * gre: receive also TEB packets for lwtunnelsJiri Benc2016-05-042-11/+29
| * gre: move iptunnel_pull_header down to ipgre_rcvJiri Benc2016-05-041-5/+10
| * gre: remove superfluous pskb_may_pullJiri Benc2016-05-041-4/+1
|/
* Merge branch 'mlx5-sriov-updates'David S. Miller2016-05-0413-73/+1118
|\
| * net/mlx5: E-Switch, Implement trust vf ndoMohamad Haj Yahia2016-05-043-5/+45
| * net/mlx5: E-Switch, Implement promiscuous rx modes vf request handlingMohamad Haj Yahia2016-05-042-6/+267
| * net/mlx5: E-Switch, Add promiscuous and allmulti FDB flowtable groupsMohamad Haj Yahia2016-05-042-14/+79
| * net/mlx5: E-Switch, Use vport event handler for vport cleanupMohamad Haj Yahia2016-05-041-24/+9
| * net/mlx5: E-Switch, Enable/disable ACL tables on demandMohamad Haj Yahia2016-05-041-19/+14
| * net/mlx5: E-Switch, Vport ingress/egress ACLs rules for spoofchkMohamad Haj Yahia2016-05-043-6/+118
| * net/mlx5: E-Switch, Vport ingress/egress ACLs rules for VST modeMohamad Haj Yahia2016-05-042-2/+189
| * net/mlx5: E-Switch, Introduce VST vport ingress/egress ACLsMohamad Haj Yahia2016-05-042-0/+276
| * net/mlx5: E-Switch, Fix error flow memory leakMohamad Haj Yahia2016-05-041-1/+2
| * net/mlx5: E-Switch, Replace vport spin lock with synchronize_irq()Mohamad Haj Yahia2016-05-042-14/+2
| * net/mlx5: Flow steering, Add vport ACL supportMohamad Haj Yahia2016-05-049-9/+142
| * net/mlx5e: Fix aRFS compilation dependencyMaor Gottlieb2016-05-042-2/+4
|/
* Merge branch 'cxgb4-mbox'David S. Miller2016-05-041-2/+12
|\
| * cxgb4: Check for firmware errors in the mailbox command loopHariprasad Shenai2016-05-041-2/+6
| * cxgb4: Don't sleep when mbox cmd is issued from interrupt contextHariprasad Shenai2016-05-041-0/+6
|/
* drivers: net: emac: add Atheros AR8035 phy initialization codeChristian Lamparter2016-05-041-0/+26
* Merge branch 'tunnel-features-and-gso-partial'David S. Miller2016-05-046-18/+69
|\
| * bnxt: Add support for segmentation of tunnels with outer checksumsAlexander Duyck2016-05-041-2/+7
| * net/mlx5e: Fix IPv6 tunnel checksum offloadAlexander Duyck2016-05-041-2/+1
| * net/mlx5e: Add support for UDP tunnel segmentation with outer checksum offloadAlexander Duyck2016-05-041-1/+6
| * net/mlx4_en: Add support for inner IPv6 checksum offloads and TSOAlexander Duyck2016-05-042-7/+33
| * net/mlx4_en: Add support for UDP tunnel segmentation with outer checksum offloadAlexander Duyck2016-05-041-4/+13
| * net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck2016-05-041-0/+4
| * gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck2016-05-041-3/+3
| * gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck2016-05-041-1/+4
|/
* gre: change gre_parse_header to return the header lengthJiri Benc2016-05-044-11/+9
* tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet2016-05-041-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-04263-1230/+2446
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-0324-127/+259
| |\
| | * ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel2016-05-031-2/+1
| | * net: macb: Probe MDIO bus before registering netdevFlorian Fainelli2016-05-031-12/+19
| | * Merge branch 'rds-fixes'David S. Miller2016-05-034-19/+50
| | |\
| | | * RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.Sowmini Varadhan2016-05-034-10/+33
| | | * RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sockSowmini Varadhan2016-05-032-17/+25
| | |/
| | * Merge branch 'tunnel-csum-and-sg-offloads'David S. Miller2016-05-033-2/+9
| | |\
| | | * vxlan: Add checksum check to the features check functionAlexander Duyck2016-05-032-1/+8
| | | * net: Disable segmentation if checksumming is not supportedAlexander Duyck2016-05-031-1/+1
| | |/
| | * net: mvneta: Remove superfluous SMP function callAnna-Maria Gleixner2016-05-031-4/+2
| | * macb: fix mdiobus_scan() error checkSergei Shtylyov2016-05-031-1/+2
| | * pxa168_eth: fix mdiobus_scan() error checkSergei Shtylyov2016-05-031-0/+2
| | * Merge branch 'mlx5-fixes'David S. Miller2016-05-036-29/+74
| | |\