aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-04net: dsa: mv88e6xxx: Rename _phy_ to _mdio_Andrew Lunn1-63/+63
2016-06-04net: dsa: Make mdio bus optionalAndrew Lunn1-11/+13
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn4-61/+54
2016-06-04net: dsa: mv88e6xxx: Only support EDSA taggingAndrew Lunn1-6/+2
2016-06-04net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn2-35/+54
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn3-3/+12
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn3-19/+5
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn3-7/+7
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn9-29/+38
2016-06-04net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn2-2/+10
2016-06-04net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn1-2/+1
2016-06-04net: dsa: mv88e6xxx: fix circular lock in PPU workVivien Didelot1-4/+9
2016-06-04net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn1-1/+1
2016-06-03net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller1-0/+1
2016-06-03sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller1-1/+1
2016-06-03qed: Fix next-ptr chains for BE / 32-bitYuval Mintz1-2/+1
2016-06-03qed: Initialize hardware for new protocolsYuval Mintz7-70/+1535
2016-06-03qed: Add iscsi/rdma personalitiesYuval Mintz8-6/+114
2016-06-03qed: Add common HSI for new protocolsYuval Mintz8-1/+5040
2016-06-03qed: Revisit chain implementationYuval Mintz7-306/+623
2016-06-03net: ethernet: ti: cpsw: remove unused priv lockIvan Khoronzhuk1-3/+0
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches16-34/+56
2016-06-03hv_netvsc: Fix VF register on vlan devicesHaiyang Zhang1-0/+4
2016-06-03sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner1-1/+2
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner14-126/+429
2016-06-03sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner2-31/+43
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner6-4/+36
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner2-3/+12
2016-06-03skbuff: export skb_gro_receiveMarcelo Ricardo Leitner1-0/+1
2016-06-03loopback: make use of NETIF_F_GSO_SOFTWAREMarcelo Ricardo Leitner1-3/+2
2016-06-03net: fjes: fjes_main: Remove create_workqueueBhaktipriya Shridhar1-2/+3
2016-06-02qed: Utilize FW 8.10.3.0Yuval Mintz17-4657/+4129
2016-06-02net: vrf: set operstate and mtu at link createDavid Ahern1-0/+6
2016-06-02ovs: set name assign type of internal portZhang Shengju1-1/+1
2016-06-02net: ethernet: wiznet: Remove create_workqueueBhaktipriya Shridhar1-2/+1
2016-06-01ravb: Remove manual pause frame transmitMasaru Nagai1-2/+0
2016-06-01stmmac: make platform drivers depend on their associated SoCPeter Robinson1-7/+7
2016-06-01macvlan: Avoid unnecessary multicast cloningHerbert Xu1-6/+34
2016-06-01macvlan: Fix potential use-after free for broadcastsHerbert Xu1-2/+8
2016-06-01udp: avoid csum_partial() for validated skbEric Dumazet1-2/+2
2016-06-01ravb: Add SET_RUNTIME_PM_OPS macroKazuya Mizuguchi1-2/+1
2016-06-01ravb: Add ESF in RCR for enabling separation filterMasaru Nagai1-1/+2
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper3-17/+56
2016-05-31usbnet: smsc95xx: fix link detection for disabled autonegotiationChristoph Fritz1-0/+51
2016-05-31virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recvwangyunjian1-16/+2
2016-05-31bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-05-31fou: fix IPv6 Kconfig optionsArnd Bergmann2-2/+2
2016-05-31openvswitch: update checksum in {push,pop}_mplsSimon Horman1-5/+15
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long2-0/+3
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky1-5/+3