index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
psnap.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-02-01
net: sched: fix panic in rate estimators
Eric Dumazet
1
-8
/
+5
2015-02-01
hyperv: Fix the error processing in netvsc_send()
Haiyang Zhang
1
-3
/
+8
2015-01-31
drivers: net: xgene: fix: Out of order descriptor bytes read
Iyappan Subramanian
1
-0
/
+2
2015-01-31
ixgbevf: Fix checksum error when using stacked vlan
Toshiaki Makita
1
-2
/
+2
2015-01-31
ixgbe: Fix checksum error when using stacked vlan
Toshiaki Makita
1
-1
/
+1
2015-01-31
igbvf: Fix checksum error when using stacked vlan
Toshiaki Makita
1
-8
/
+11
2015-01-31
net: Fix vlan_get_protocol for stacked vlan
Toshiaki Makita
2
-44
/
+47
2015-01-31
net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...
Saran Maruti Ramanara
1
-1
/
+1
2015-01-31
netlink: fix wrong subscription bitmask to group mapping in
Pablo Neira
1
-2
/
+2
2015-01-30
ipv4: Don't increase PMTU with Datagram Too Big message.
Li Wei
1
-0
/
+3
2015-01-30
net: am2150: fix nmclan_cs.c shared interrupt handling
Arnd Bergmann
1
-0
/
+2
2015-01-30
net: lance,ni64: don't build for ARM
Arnd Bergmann
1
-2
/
+2
2015-01-30
net: wan: add missing virt_to_bus dependencies
Arnd Bergmann
1
-3
/
+3
2015-01-30
net: cs89x0: always build platform code if !HAS_IOPORT_MAP
Arnd Bergmann
1
-1
/
+2
2015-01-29
ppp: deflate: never return len larger than output buffer
Florian Westphal
1
-1
/
+1
2015-01-29
vxlan: setup the right link netns in newlink hdlr
Nicolas Dichtel
1
-5
/
+5
2015-01-29
caif: remove wrong dev_net_set() call
Nicolas Dichtel
2
-2
/
+0
2015-01-29
lib/checksum.c: fix build for generic csum_tcpudp_nofold
karl beldan
1
-9
/
+9
2015-01-29
tcp: ipv4: initialize unicast_sock sk_pacing_rate
Eric Dumazet
1
-0
/
+1
2015-01-29
lib/checksum.c: fix carry in csum_tcpudp_nofold
karl beldan
1
-2
/
+10
2015-01-29
bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify
Roopa Prabhu
1
-1
/
+5
2015-01-29
tcp: fix timing issue in CUBIC slope calculation
Neal Cardwell
1
-0
/
+8
2015-01-29
tcp: fix stretch ACK bugs in CUBIC
Neal Cardwell
1
-22
/
+9
2015-01-29
tcp: fix stretch ACK bugs in Reno
Neal Cardwell
1
-4
/
+6
2015-01-29
tcp: fix the timid additive increase on stretch ACKs
Neal Cardwell
1
-6
/
+9
2015-01-29
tcp: stretch ACK fixes prep
Neal Cardwell
7
-11
/
+15
2015-01-27
net: don't OOPS on socket aio
Christoph Hellwig
1
-3
/
+0
2015-01-27
stmmac: prevent probe drivers to crash kernel
Andy Shevchenko
1
-1
/
+4
2015-01-27
bnx2x: fix napi poll return value for repoll
Govindarajulu Varadarajan
1
-1
/
+1
2015-01-27
ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too
Hannes Frederic Sowa
1
-19
/
+26
2015-01-27
sh_eth: Fix DMA-API usage for RX buffers
Ben Hutchings
1
-11
/
+23
2015-01-27
sh_eth: Check for DMA mapping errors on transmit
Ben Hutchings
1
-0
/
+4
2015-01-27
sh_eth: Ensure DMA engines are stopped before freeing buffers
Ben Hutchings
1
-7
/
+32
2015-01-27
sh_eth: Remove RX overflow log messages
Ben Hutchings
1
-3
/
+0
2015-01-27
ping: Fix race in free in receive path
subashab@codeaurora.org
1
-1
/
+4
2015-01-27
udp_diag: Fix socket skipping within chain
Herbert Xu
1
-1
/
+3
2015-01-27
can: kvaser_usb: Fix state handling upon BUS_ERROR events
Ahmed S. Darwish
1
-4
/
+3
2015-01-27
can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT
Ahmed S. Darwish
1
-2
/
+10
2015-01-27
can: kvaser_usb: Send correct context to URB completion
Ahmed S. Darwish
1
-1
/
+1
2015-01-27
can: kvaser_usb: Do not sleep in atomic context
Ahmed S. Darwish
1
-6
/
+1
2015-01-27
ipv4: try to cache dst_entries which would cause a redirect
Hannes Frederic Sowa
3
-10
/
+13
2015-01-27
samples: bpf: relax test_maps check
Alexei Starovoitov
1
-2
/
+2
2015-01-27
bpf: rcu lock must not be held when calling copy_to_user()
Alexei Starovoitov
1
-8
/
+17
2015-01-27
net: sctp: fix slab corruption from use after free on INIT collisions
Daniel Borkmann
1
-1
/
+0
2015-01-27
net: mv643xx_eth: Fix highmem support in non-TSO egress path
Ezequiel Garcia
1
-10
/
+49
2015-01-27
sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlers
Ben Hutchings
2
-9
/
+31
2015-01-27
sh_eth: Fix crash or memory leak when resizing rings on device that is down
Ben Hutchings
1
-16
/
+18
2015-01-27
sh_eth: Detach net device when stopping queue to resize DMA rings
Ben Hutchings
1
-1
/
+2
2015-01-27
sh_eth: Fix padding of short frames on TX
Ben Hutchings
1
-4
/
+4
2015-01-27
drivers: net: cpsw: discard dual emac default vlan configuration
Mugunthan V N
1
-0
/
+22
[next]