summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-08net: fec: fix spelling mistakes and add missing newlineColin Ian King1-4/+4
2016-06-08Merge branch 'bnxt_en-fixes'David S. Miller1-21/+25
2016-06-08bnxt_en: Simplify VLAN receive logic.Michael Chan1-20/+9
2016-06-08bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together.Michael Chan1-0/+14
2016-06-08bnxt_en: Fix tx push race condition.Michael Chan1-1/+2
2016-06-08rxrpc: fix ptr_ret.cocci warningsWu Fengguang1-3/+1
2016-06-08Merge branch 'rds-packet-assembly-fixes'David S. Miller7-19/+95
2016-06-08RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan5-8/+27
2016-06-08RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...Sowmini Varadhan2-0/+2
2016-06-08RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safelySowmini Varadhan3-12/+67
2016-06-08fq_codel: fix NET_XMIT_CN behaviorEric Dumazet1-6/+18
2016-06-08bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann1-2/+2
2016-06-07net_sched: keep backlog updated with qlenWANG Cong2-1/+6
2016-06-07soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPFHelge Deller1-1/+2
2016-06-07soreuseport: Fix reuseport_bpf testcase on 32bit architecturesHelge Deller1-5/+5
2016-06-06bnx2x: allow adding VLANs while interface is downMichal Schmidt1-89/+62
2016-06-05Merge tag 'wireless-drivers-for-davem-2016-06-04' of git://git.kernel.org/pub...David S. Miller4-3/+22
2016-06-04MAINTAINERS: Add file patterns for wireless device tree bindingsGeert Uytterhoeven1-0/+1
2016-06-04Merge branch 'mediatek-fixes'David S. Miller1-6/+34
2016-06-04net-next: mediatek: properly handle RGMII modesJohn Crispin1-0/+3
2016-06-04net-next: mediatek: add fixed-phy supportJohn Crispin1-0/+3
2016-06-04net-next: mediatek: fix gigabit and flow control advertisementJohn Crispin1-4/+26
2016-06-04net-next: mediatek: use mdiobus_free() in favour of kfree()John Crispin1-2/+2
2016-06-04net: ethernet: ti: cpsw: fix rx-usecs interrupt pacing consistencyIvan Khoronzhuk1-1/+1
2016-06-04gianfar: fix the last transmit buffer descriptorYangbo Lu1-1/+2
2016-06-04sch_tbf: update backlog as wellWANG Cong1-0/+4
2016-06-04sch_red: update backlog as wellWANG Cong1-0/+4
2016-06-04sch_drr: update backlog as wellWANG Cong1-0/+4
2016-06-04sch_prio: update backlog as wellWANG Cong1-0/+4
2016-06-04sch_hfsc: always keep backlog updatedWANG Cong1-8/+4
2016-06-03brcmfmac: add eth_type_trans back for PCIe full dongleFranky Lin1-0/+2
2016-06-03rds: fix an infoleak in rds_inc_info_copyKangjie Lu1-0/+2
2016-06-03tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu1-1/+2
2016-06-03Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet2-11/+11
2016-06-02stmmac: do not sleep in atomic context for mdio_resetVincent Palatin1-2/+4
2016-06-02qed: fix qed_fill_link() error handlingArnd Bergmann3-10/+41
2016-06-02net/ethoc: fix null dereference on error exit pathColin Ian King1-3/+4
2016-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller13-25/+37
2016-06-02Merge tag 'mac80211-for-davem-2016-06-01' of git://git.kernel.org/pub/scm/lin...David S. Miller3-1/+6
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds67-262/+580
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds11-100/+215
2016-06-01sfc: Track RPS flow IDs per channel instead of per functionJon Cooper3-17/+56
2016-06-01usbnet: smsc95xx: fix link detection for disabled autonegotiationChristoph Fritz1-0/+51
2016-06-01virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recvwangyunjian1-16/+2
2016-06-01bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-06-01fou: 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
2016-05-31vlan: Propagate MAC address to VLANsMike Manning3-3/+24