index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
m68k
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-12
Update be2net maintainers' email addresses
Sathya Perla
1
-4
/
+5
2015-05-11
net_sched: gred: use correct backlog value in WRED mode
David Ward
1
-2
/
+2
2015-05-11
pppoe: drop pppoe device in pppoe_unbind_sock_work
Felix Fietkau
1
-0
/
+4
2015-05-11
net: qca_spi: Fix possible race during probe
Stefan Wahren
1
-2
/
+2
2015-05-11
net: mdio-gpio: Allow for unspecified bus id
Bert Vermeulen
1
-1
/
+4
2015-05-11
af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT).
Kretschmer, Mathias
1
-3
/
+6
2015-05-11
bnx2x: limit fw delay in kdump to 5s after boot
Michal Schmidt
1
-2
/
+7
2015-05-11
ARM: net: delegate filter to kernel interpreter when imm_offset() return valu...
Nicolas Schichan
1
-1
/
+26
2015-05-11
ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction.
Nicolas Schichan
1
-2
/
+13
2015-05-10
mpls: Change reserved label names to be consistent with netbsd
Tom Herbert
2
-15
/
+15
2015-05-09
usbnet: avoid integer overflow in start_xmit
Jason A. Donenfeld
1
-2
/
+2
2015-05-09
netxen_nic: use spin_[un]lock_bh around tx_clean_lock (2)
Tony Camuso
1
-2
/
+2
2015-05-09
net: xgene_enet: Set hardware dependency
Jean Delvare
1
-0
/
+1
2015-05-09
net: amd-xgbe: Add hardware dependency
Jean Delvare
2
-0
/
+2
2015-05-09
net_sched: fix a use-after-free in tc_ctl_tfilter()
WANG Cong
1
-4
/
+3
2015-05-09
drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock'
Vasily Titskiy
1
-0
/
+1
2015-05-09
net: macb: Handle the RXUBR interrupt on all devices
Nathan Sullivan
1
-1
/
+10
2015-05-09
net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket.
Sowmini Varadhan
1
-2
/
+11
2015-05-09
net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.
Sowmini Varadhan
3
-0
/
+51
2015-05-09
ipv6: Fixed source specific default route handling.
Markus Stenberg
2
-10
/
+34
2015-05-07
igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector
Toshiaki Makita
1
-1
/
+1
2015-05-07
igb: Fix oops on changing number of rings
Toshiaki Makita
1
-0
/
+2
2015-05-06
tcp_westwood: fix tcp_westwood_info()
Eric Dumazet
1
-7
/
+8
2015-05-06
mpls: Move reserved label definitions
Tom Herbert
3
-19
/
+19
2015-05-06
net/mlx4_core: Work properly with EQ numbers > 256 in SRIOV
Yishai Hadas
1
-7
/
+7
2015-05-06
net/mlx4_en: Fix off-by-one in counters manipulation
Eran Ben Elisha
1
-1
/
+1
2015-05-05
hv_netvsc: remove unused variable in netvsc_send()
Jerry Snitselaar
1
-7
/
+2
2015-05-04
bnx2x: Fix to prevent inner-reload
Yuval Mintz
1
-5
/
+5
2015-05-04
net/rds: Fix new sparse warning
David Ahern
1
-1
/
+1
2015-05-04
Revert "Revert "smc91x: retrieve IRQ and trigger flags in a modern way""
David S. Miller
1
-8
/
+12
2015-05-04
net/smsc911x: fix irq resource allocation failure
Kamlakant Patel
1
-6
/
+6
2015-05-04
net: core: Correct an over-stringent device loop detection.
Vlad Yasevich
1
-1
/
+1
2015-05-04
isdn/gigaset: cede maintainership
Tilman Schmidt
1
-3
/
+2
2015-05-04
mac80211: fix 90 kernel-doc warnings
Randy Dunlap
1
-0
/
+2
2015-05-04
macvlan: Propagate promiscuity setting to lower devices.
Vlad Yasevich
1
-0
/
+15
2015-05-04
Revert "net: kernel socket should be released in init_net namespace"
Herbert Xu
1
-1
/
+1
2015-05-04
ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skb
Alexander Duyck
1
-1
/
+1
2015-05-04
r8169: Do not use dev_kfree_skb in xmit path
Alexander Duyck
1
-2
/
+2
2015-05-04
fm10k: Do not assume budget will never be 0 for NAPI
Alexander Duyck
1
-2
/
+2
2015-05-04
net: dsa: mv88e6xxx: unregister mv88e6352 driver
Vivien Didelot
1
-0
/
+3
2015-05-04
drivers/net: include <module.h> for modular stmmac_platform code
Paul Gortmaker
1
-0
/
+1
2015-05-04
net/rds: fix unaligned memory access
shamir rabinovitch
1
-2
/
+11
2015-05-04
netlink: Remove max_size setting
Herbert Xu
1
-1
/
+0
2015-05-04
codel: fix maxpacket/mtu confusion
Eric Dumazet
3
-5
/
+9
2015-05-03
ath9k: fix per-packet tx power configuration
Lorenzo Bianconi
1
-27
/
+25
2015-05-02
virtio: fix typo in vring_need_event() doc comment
Stefan Hajnoczi
1
-1
/
+1
2015-05-02
virtio: pass baton to Michael Tsirkin
Rusty Russell
1
-1
/
+0
2015-05-02
ipv4: Missing sk_nulls_node_init() in ping_unhash().
David S. Miller
1
-0
/
+1
2015-05-02
rbd: end I/O the entire obj_request on error
Ilya Dryomov
1
-0
/
+5
2015-05-01
net: can: xilinx_can: fix extended frame handling
Jeppe Ledet-Pedersen
1
-3
/
+4
[next]