aboutsummaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-25net: fix comments for __skb_flow_get_ports()WANG Cong1-2/+4
2014-08-25ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()Daniel Borkmann1-3/+4
2014-08-25net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller4-56/+19
2014-08-25net/bnx2x: Use is_kdump_kernel() to detect kdump kernelAmir Vadai2-2/+4
2014-08-25net/mlx4: Use is_kdump_kernel() to detect kdump kernelAmir Vadai1-1/+2
2014-08-25crash_dump: Make is_kdump_kernel() accessible from modulesAmir Vadai1-0/+1
2014-08-25stmmac: simple cleanupsPavel Machek3-12/+10
2014-08-25r8152: check code with checkpatch.plhayeswang1-31/+35
2014-08-24virtio_net: Support netdev_ops->ndo_xmit_flush()David S. Miller1-1/+9
2014-08-24igb: Support netdev_ops->ndo_xmit_flush()David S. Miller1-11/+24
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller9-15/+44
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris11-23/+0
2014-08-24ipv6: White-space cleansing : Structure layoutsIan Morris5-21/+13
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris31-203/+203
2014-08-24net: ec_bhf: remove excessive debug messagesDarek Marcinkiewicz1-91/+10
2014-08-24random32: improvements to prandom_bytesDaniel Borkmann2-23/+20
2014-08-24gre: When GRE csum is present count as encap layer wrt csumTom Herbert1-0/+1
2014-08-24udp: additional GRO supportTom Herbert4-17/+96
2014-08-24tcp: Call skb_gro_checksum_validateTom Herbert2-47/+6
2014-08-24gre: call skb_gro_checksum_simple_validateTom Herbert1-36/+7
2014-08-24net: add gro_compute_pseudo functionsTom Herbert2-0/+16
2014-08-24net: skb_gro_checksum_* functionsTom Herbert2-3/+107
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann14-22/+24
2014-08-23net: Allow raw buffers to be passed into the flow dissector.David S. Miller3-22/+50
2014-08-23net: phy: bcm7xxx: enable EEE at the PHY levelFlorian Fainelli2-0/+34
2014-08-23net: phy: allow phy_init_eee() to work with internal PHYsFlorian Fainelli1-2/+4
2014-08-23net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli2-2/+31
2014-08-23net: phy: fixed: return an error for Clause 45 over 22 readsFlorian Fainelli1-0/+11
2014-08-23net: phy: bcm7xxx: enable auto power downFlorian Fainelli1-1/+26
2014-08-23net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.hFlorian Fainelli2-18/+20
2014-08-23net: phy: broadcom: extract all registers to brcmphy.hFlorian Fainelli2-104/+103
2014-08-23tipc: merge struct tipc_port into struct tipc_sockJon Paul Maloy2-241/+206
2014-08-23tipc: remove files ref.h and ref.cJon Paul Maloy6-334/+250
2014-08-23tipc: remove include file port.hJon Paul Maloy9-193/+121
2014-08-23tipc: remove source file port.cJon Paul Maloy3-130/+97
2014-08-23tipc: remove port_lockJon Paul Maloy4-149/+108
2014-08-23tipc: replace port pointer with socket pointer in registryJon Paul Maloy2-16/+11
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy8-107/+133
2014-08-23tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy3-88/+42
2014-08-23tipc: redefine message acknowledge functionJon Paul Maloy3-26/+20
2014-08-23tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy3-132/+37
2014-08-23tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy3-30/+11
2014-08-23tipc: clean up socket timer functionJon Paul Maloy2-103/+69
2014-08-23tipc: use message to abort connections when losing contact to nodeJon Paul Maloy3-25/+85
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy12-91/+99
2014-08-23tipc: introduce new function tipc_msg_create()Jon Paul Maloy2-2/+33
2014-08-22tcp: improve undo on timeoutYuchung Cheng2-16/+12
2014-08-22phylib: use MDIO_DEVS[12]Sergei Shtylyov1-2/+2
2014-08-22net: remove dead code after sk_data_ready changeEric Dumazet2-16/+1
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet10-18/+18