index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
math-emu
/
quad.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-29
macvtap: Do not double-count received packets
Vlad Yasevich
1
-10
/
+0
2013-11-29
be2net: call napi_disable() for all event queues
Ivan Vecera
1
-2
/
+2
2013-11-29
Revert "be2net: call napi_disable() for all event queues"
David S. Miller
1
-1
/
+1
2013-11-29
be2net: call napi_disable() for all event queues
Ivan Vecera
1
-1
/
+1
2013-11-29
net: remove outdated comment for ipv4 and ipv6 protocol handler
Baker Zhang
2
-12
/
+0
2013-11-29
via-velocity: fix netif_receive_skb use in irq disabled section.
françois romieu
1
-5
/
+6
2013-11-29
xen-netback: include definition of csum_ipv6_magic
Andy Whitcroft
1
-0
/
+1
2013-11-29
sit: use kfree_skb to replace dev_kfree_skb
Gao feng
1
-3
/
+3
2013-11-29
macvtap: fix tx_dropped counting error
Jason Wang
1
-1
/
+1
2013-11-29
phy: Add Vitesse 8514 phy ID
Shaohui Xie
1
-0
/
+15
2013-11-29
sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurements
Xufeng Zhang
3
-1
/
+6
2013-11-29
genetlink/pmcraid: use proper genetlink multicast API
Johannes Berg
3
-7
/
+25
2013-11-29
genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()
Geert Uytterhoeven
1
-1
/
+1
2013-11-29
tg3: Convert to use hwmon_device_register_with_groups
Guenter Roeck
1
-19
/
+6
2013-11-29
bonding: disable arp and enable mii monitoring when bond change to no uses ar...
dingtianhong
4
-9
/
+19
2013-11-29
diag: warn about missing first netlink attribute
Nicolas Dichtel
3
-0
/
+3
2013-11-26
can: flexcan: use correct clock as base for bit rate calculation
Marc Kleine-Budde
1
-1
/
+1
2013-11-25
can: c_can: fix calculation of transmitted bytes on tx complete
Holger Bechtold
1
-0
/
+1
2013-11-25
can: c_can: don't call pm_runtime_get_sync() from interrupt context
Marc Kleine-Budde
1
-6
/
+15
2013-11-25
can: sja1000: fix {pre,post}_irq() handling and IRQ handler return value
Oliver Hartkopp
1
-8
/
+9
2013-11-24
be2net: Avoid programming permenant MAC by BE3-R VFs
Ajit Khaparde
2
-6
/
+5
2013-11-24
be2net: set coalesce-wm in CQ_CREATE_V2 cmd
Ajit Khaparde
1
-0
/
+7
2013-11-24
be2net: Disabling and enabling interrupts in suspend and resume
Ajit Khaparde
1
-0
/
+2
2013-11-23
sch_tbf: handle too small burst
Eric Dumazet
1
-7
/
+25
2013-11-23
ipv6: fix leaking uninitialized port number of offender sockaddr
Hannes Frederic Sowa
1
-0
/
+1
2013-11-23
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
12
-17
/
+26
2013-11-23
sit: generate icmpv6 error when receiving icmpv4 error
Oussama Ghorbel
1
-6
/
+38
2013-11-23
tcp_memcg: remove useless var old_lim
Gao feng
1
-2
/
+0
2013-11-23
gro: Clean up tcpX_gro_receive checksum verification
Herbert Xu
2
-33
/
+20
2013-11-23
gro: Only verify TCP checksums for candidates
Herbert Xu
2
-0
/
+10
2013-11-23
net: sctp: find the correct highest_new_tsn in sack
Chang Xiangzhong
1
-1
/
+2
2013-11-21
gso: handle new frag_list of frags GRO packets
Herbert Xu
1
-25
/
+50
2013-11-21
genetlink: fix genl_set_err() group ID
Johannes Berg
1
-0
/
+3
2013-11-21
genetlink: fix genlmsg_multicast() bug
Johannes Berg
2
-6
/
+3
2013-11-21
packet: fix use after free race in send path when dev is released
Daniel Borkmann
2
-23
/
+37
2013-11-21
xen-netback: stop the VIF thread before unbinding IRQs
David Vrabel
1
-3
/
+3
2013-11-21
wimax: remove dead code
Michael Opdenacker
1
-1
/
+0
2013-11-21
net/phy: Add the autocross feature for forced links on VSC82x4
Madalin Bucur
3
-7
/
+73
2013-11-21
net/phy: Add VSC8662 support
Sandeep Singh
1
-0
/
+14
2013-11-21
net/phy: Add VSC8574 support
shaohui xie
1
-1
/
+16
2013-11-21
net/phy: Add VSC8234 support
Andy Fleming
1
-2
/
+17
2013-11-21
net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...
Hannes Frederic Sowa
1
-1
/
+2
2013-11-21
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
35
-115
/
+67
2013-11-20
bridge: flush br's address entry in fdb when remove the
Ding Tianhong
1
-0
/
+2
2013-11-20
net: core: Always propagate flag changes to interfaces
Vlad Yasevich
1
-1
/
+1
2013-11-20
ipv4: fix race in concurrent ip_route_input_slow()
Alexei Starovoitov
1
-2
/
+6
2013-11-20
r8152: fix incorrect type in assignment
hayeswang
1
-9
/
+9
2013-11-20
r8152: support stopping/waking tx queue
hayeswang
1
-0
/
+22
2013-11-20
r8152: modify the tx flow
hayeswang
1
-43
/
+3
2013-11-20
r8152: fix tx/rx memory overflow
hayeswang
1
-13
/
+17
[next]