index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ax25
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-27
strparser: Fix sign of err codes
Dave Watson
1
-2
/
+2
2018-03-27
net sched actions: fix dumping which requires several messages to user space
Craig Dillabaugh
1
-1
/
+3
2018-03-27
r8169: fix setting driver_data after register_netdev
Heiner Kallweit
1
-2
/
+2
2018-03-27
net: fix possible out-of-bound read in skb_network_protocol()
Eric Dumazet
1
-1
/
+1
2018-03-27
net-usb: add qmi_wwan if on lte modem wistron neweb d18q1
Giuseppe Lippolis
1
-0
/
+3
2018-03-26
net/mlx5e: Sync netdev vxlan ports at open
Shahar Klein
1
-6
/
+3
2018-03-26
net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path
Or Gerlitz
2
-4
/
+4
2018-03-26
net/mlx5e: Fix memory usage issues in offloading TC flows
Jianbo Liu
1
-8
/
+8
2018-03-26
net/mlx5e: Fix traffic being dropped on VF representor
Roi Dayan
1
-2
/
+7
2018-03-26
net/mlx5e: Verify coalescing parameters in range
Moshe Shemesh
1
-0
/
+17
2018-03-26
net/mlx5: Make eswitch support to depend on switchdev
Or Gerlitz
3
-5
/
+3
2018-03-26
net/mlx5e: Use 32 bits to store VF representor SQ number
Or Gerlitz
1
-3
/
+3
2018-03-26
net/mlx5e: Don't override vport admin link state in switchdev mode
Jianbo Liu
1
-5
/
+6
2018-03-26
net: dsa: mt7530: fix module autoloading for OF platform drivers
Sean Wang
1
-0
/
+1
2018-03-26
net: dsa: mt7530: remove redundant MODULE_ALIAS entries
Sean Wang
1
-1
/
+0
2018-03-26
vhost_net: add missing lock nesting notation
Jason Wang
1
-2
/
+2
2018-03-26
net/usb/qmi_wwan.c: Add USB id for lt4120 modem
Torsten Hilbrich
1
-0
/
+1
2018-03-26
team: move dev_mc_sync after master_upper_dev_link in team_port_add
Xin Long
1
-7
/
+5
2018-03-26
bonding: process the err returned by dev_set_allmulti properly in bond_enslave
Xin Long
1
-1
/
+4
2018-03-26
bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
Xin Long
1
-38
/
+35
2018-03-26
bonding: fix the err path for dev hwaddr sync in bond_enslave
Xin Long
1
-4
/
+5
2018-03-26
net: sched, fix OOO packets with pfifo_fast
John Fastabend
2
-4
/
+14
2018-03-26
net: qmi_wwan: add BroadMobi BM806U 2020:2033
Pawel Dembicki
1
-0
/
+1
2018-03-26
Documentation/isdn: check and fix dead links ...
Sanjeev Gupta
4
-12
/
+14
2018-03-26
ipv6: the entire IPv6 header chain must fit the first fragment
Paolo Abeni
1
-4
/
+9
2018-03-26
netlink: make sure nladdr has correct size in netlink_connect()
Alexander Potapenko
1
-0
/
+3
2018-03-26
lan78xx: Set ASD in MAC_CR when EEE is enabled.
Raghuram Chary J
1
-0
/
+10
2018-03-26
net/ipv4: disable SMC TCP option with SYN Cookies
Hans Wippel
3
-0
/
+7
2018-03-24
netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}
Subash Abhinov Kasiviswanathan
2
-4
/
+8
2018-03-24
batman-adv: fix packet loss for broadcasted DHCP packets to a server
Linus Lüssing
1
-1
/
+4
2018-03-24
batman-adv: fix multicast-via-unicast transmission with AP isolation
Linus Lüssing
1
-2
/
+2
2018-03-23
ipv6: fix possible deadlock in rt6_age_examine_exception()
Eric Dumazet
1
-6
/
+7
2018-03-23
mlxsw: spectrum_router: Handle MTU change of GRE netdevs
Petr Machata
1
-0
/
+24
2018-03-23
mlxsw: spectrum_router: Move mlxsw_sp_rif_ipip_lb_op()
Petr Machata
1
-27
/
+27
2018-03-23
ip_tunnel: Emit events for post-register MTU changes
Petr Machata
1
-5
/
+21
2018-03-23
mm, thp: do not cause memcg oom for thp
David Rientjes
2
-4
/
+9
2018-03-23
mm/vmscan: wake up flushers for legacy cgroups too
Andrey Ryabinin
1
-15
/
+16
2018-03-23
Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
Daniel Vacek
3
-39
/
+1
2018-03-23
mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
Kirill A. Shutemov
1
-11
/
+20
2018-03-23
mm/thp: do not wait for lock_page() in deferred_split_scan()
Kirill A. Shutemov
1
-1
/
+3
2018-03-23
mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
Kirill A. Shutemov
1
-1
/
+6
2018-03-23
x86/mm: implement free pmd/pte page interfaces
Toshi Kani
1
-2
/
+26
2018-03-23
mm/vmalloc: add interfaces to free unmapped page table
Toshi Kani
4
-2
/
+48
2018-03-23
h8300: remove extraneous __BIG_ENDIAN definition
Arnd Bergmann
1
-1
/
+0
2018-03-23
hugetlbfs: check for pgoff value overflow
Mike Kravetz
2
-3
/
+21
2018-03-23
lockdep: fix fs_reclaim warning
Tetsuo Handa
1
-1
/
+1
2018-03-23
MAINTAINERS: update Mark Fasheh's e-mail
Mark Fasheh
1
-1
/
+1
2018-03-23
mm/mempolicy.c: avoid use uninitialized preferred_node
Yisheng Xie
1
-0
/
+3
2018-03-23
drm/ast: Fixed 1280x800 Display Issue
Y.C. Chen
1
-2
/
+2
2018-03-22
macsec: missing dev_put() on error in macsec_newlink()
Dan Carpenter
1
-2
/
+3
[next]