Age | Commit message (Expand) | Author | Files | Lines |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 156 | -232/+232 |
2016-05-04 | netdevice: add helper to update trans_start | Florian Westphal | 1 | -0/+6 |
2016-05-04 | drivers: replace dev->trans_start accesses with dev_trans_start | Florian Westphal | 10 | -10/+10 |
2016-05-04 | dmfe: kill DEVICE define | Florian Westphal | 1 | -21/+18 |
2016-05-04 | gre6: add Kconfig dependency for NET_IPGRE_DEMUX | Arnd Bergmann | 1 | -0/+1 |
2016-05-04 | Merge branch 'gre-teb' | David S. Miller | 3 | -17/+37 |
2016-05-04 | gre: receive also TEB packets for lwtunnels | Jiri Benc | 2 | -11/+29 |
2016-05-04 | gre: move iptunnel_pull_header down to ipgre_rcv | Jiri Benc | 1 | -5/+10 |
2016-05-04 | gre: remove superfluous pskb_may_pull | Jiri Benc | 1 | -4/+1 |
2016-05-04 | Merge branch 'mlx5-sriov-updates' | David S. Miller | 13 | -73/+1118 |
2016-05-04 | net/mlx5: E-Switch, Implement trust vf ndo | Mohamad Haj Yahia | 3 | -5/+45 |
2016-05-04 | net/mlx5: E-Switch, Implement promiscuous rx modes vf request handling | Mohamad Haj Yahia | 2 | -6/+267 |
2016-05-04 | net/mlx5: E-Switch, Add promiscuous and allmulti FDB flowtable groups | Mohamad Haj Yahia | 2 | -14/+79 |
2016-05-04 | net/mlx5: E-Switch, Use vport event handler for vport cleanup | Mohamad Haj Yahia | 1 | -24/+9 |
2016-05-04 | net/mlx5: E-Switch, Enable/disable ACL tables on demand | Mohamad Haj Yahia | 1 | -19/+14 |
2016-05-04 | net/mlx5: E-Switch, Vport ingress/egress ACLs rules for spoofchk | Mohamad Haj Yahia | 3 | -6/+118 |
2016-05-04 | net/mlx5: E-Switch, Vport ingress/egress ACLs rules for VST mode | Mohamad Haj Yahia | 2 | -2/+189 |
2016-05-04 | net/mlx5: E-Switch, Introduce VST vport ingress/egress ACLs | Mohamad Haj Yahia | 2 | -0/+276 |
2016-05-04 | net/mlx5: E-Switch, Fix error flow memory leak | Mohamad Haj Yahia | 1 | -1/+2 |
2016-05-04 | net/mlx5: E-Switch, Replace vport spin lock with synchronize_irq() | Mohamad Haj Yahia | 2 | -14/+2 |
2016-05-04 | net/mlx5: Flow steering, Add vport ACL support | Mohamad Haj Yahia | 9 | -9/+142 |
2016-05-04 | net/mlx5e: Fix aRFS compilation dependency | Maor Gottlieb | 2 | -2/+4 |
2016-05-04 | Merge branch 'cxgb4-mbox' | David S. Miller | 1 | -2/+12 |
2016-05-04 | cxgb4: Check for firmware errors in the mailbox command loop | Hariprasad Shenai | 1 | -2/+6 |
2016-05-04 | cxgb4: Don't sleep when mbox cmd is issued from interrupt context | Hariprasad Shenai | 1 | -0/+6 |
2016-05-04 | drivers: net: emac: add Atheros AR8035 phy initialization code | Christian Lamparter | 1 | -0/+26 |
2016-05-04 | Merge branch 'tunnel-features-and-gso-partial' | David S. Miller | 6 | -18/+69 |
2016-05-04 | bnxt: Add support for segmentation of tunnels with outer checksums | Alexander Duyck | 1 | -2/+7 |
2016-05-04 | net/mlx5e: Fix IPv6 tunnel checksum offload | Alexander Duyck | 1 | -2/+1 |
2016-05-04 | net/mlx5e: Add support for UDP tunnel segmentation with outer checksum offload | Alexander Duyck | 1 | -1/+6 |
2016-05-04 | net/mlx4_en: Add support for inner IPv6 checksum offloads and TSO | Alexander Duyck | 2 | -7/+33 |
2016-05-04 | net/mlx4_en: Add support for UDP tunnel segmentation with outer checksum offload | Alexander Duyck | 1 | -4/+13 |
2016-05-04 | net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSO | Alexander Duyck | 1 | -0/+4 |
2016-05-04 | gso: Only allow GSO_PARTIAL if we can checksum the inner protocol | Alexander Duyck | 1 | -3/+3 |
2016-05-04 | gso: Do not perform partial GSO if number of partial segments is 1 or less | Alexander Duyck | 1 | -1/+4 |
2016-05-04 | gre: change gre_parse_header to return the header length | Jiri Benc | 4 | -11/+9 |
2016-05-04 | tcp: guarantee forward progress in tcp_sendmsg() | Eric Dumazet | 1 | -2/+5 |
2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 263 | -1230/+2446 |
2016-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 24 | -127/+259 |
2016-05-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2 | -2/+2 |
2016-05-03 | ipv6/ila: fix nlsize calculation for lwtunnel | Nicolas Dichtel | 1 | -2/+1 |
2016-05-03 | ipv6: add new struct ipcm6_cookie | Wei Wang | 11 | -109/+123 |
2016-05-03 | net: macb: Probe MDIO bus before registering netdev | Florian Fainelli | 1 | -12/+19 |
2016-05-03 | Merge branch 'rds-fixes' | David S. Miller | 4 | -19/+50 |
2016-05-03 | RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock. | Sowmini Varadhan | 4 | -10/+33 |
2016-05-03 | RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sock | Sowmini Varadhan | 2 | -17/+25 |
2016-05-03 | net: add __sock_wfree() helper | Eric Dumazet | 3 | -1/+26 |
2016-05-03 | Merge branch 'tunnel-csum-and-sg-offloads' | David S. Miller | 3 | -2/+9 |
2016-05-03 | vxlan: Add checksum check to the features check function | Alexander Duyck | 2 | -1/+8 |
2016-05-03 | net: Disable segmentation if checksumming is not supported | Alexander Duyck | 1 | -1/+1 |