summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hsr: reset network header when supervision frame is createdTaehee Yoo2019-12-251-0/+2
* hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-255-37/+56
* hsr: rename debugfs file when interface name is changedTaehee Yoo2019-12-253-0/+20
* hsr: add hsr root debugfs directoryTaehee Yoo2019-12-254-3/+28
* hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo2019-12-253-24/+21
* hsr: avoid debugfs warning message when module is removeTaehee Yoo2019-12-251-1/+0
* MAINTAINERS: Add additional maintainers to ENA Ethernet driverNetanel Belgazal2019-12-251-0/+2
* Merge branch 's390-qeth-fixes'David S. Miller2019-12-244-38/+43
|\
| * s390/qeth: fix initialization on old HWJulian Wiedmann2019-12-241-3/+1
| * s390/qeth: vnicc Fix init to defaultAlexandra Winter2019-12-241-1/+3
| * s390/qeth: Fix vnicc_is_in_use if rx_bcast not setAlexandra Winter2019-12-241-2/+1
| * s390/qeth: fix false reporting of VNIC CHAR config failureAlexandra Winter2019-12-241-1/+0
| * s390/qeth: lock the card while changing its hsuidJulian Wiedmann2019-12-242-17/+28
| * s390/qeth: fix qdio teardown after early init errorJulian Wiedmann2019-12-243-14/+10
|/
* Merge branch 'disable-neigh-update-for-tunnels-during-pmtu-update'David S. Miller2019-12-2419-32/+58
|\
| * net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu2019-12-241-1/+1
| * sit: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
| * vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-242-2/+2
| * tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-242-3/+3
| * net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu2019-12-241-0/+9
| * gtp: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
| * ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
| * net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-2414-25/+42
|/
* Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-12-247-98/+85
|\
| * rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-206-60/+59
| * rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2019-12-201-17/+3
| * rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2019-12-202-26/+28
* | net: dsa: bcm_sf2: Fix IP fragment location and behaviorFlorian Fainelli2019-12-241-3/+3
* | sctp: fix err handling of stream initializationMarcelo Ricardo Leitner2019-12-241-15/+15
* | udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina2019-12-241-1/+1
* | Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-2213-104/+341
|\ \
| * | xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun2019-12-201-1/+1
| * | xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-194-1/+130
| * | xfs: split the sunit parameter update into two partsDarrick J. Wong2019-12-191-51/+72
| * | xfs: refactor agfl length computation functionDarrick J. Wong2019-12-191-5/+13
| * | libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-194-24/+34
| * | xfs: use bitops interface for buf log item AIL flag checkBrian Foster2019-12-191-1/+1
| * | xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2019-12-171-19/+77
| * | xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-112-2/+13
| * | xfs: fix Sphinx documentation warningRandy Dunlap2019-12-111-1/+1
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-228-104/+116
|\ \ \
| * | | ext4: clarify impact of 'commit' mount optionJan Kara2019-12-211-8/+11
| * | | ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye2019-12-211-1/+3
| * | | jbd2: fix kernel-doc notation warningRandy Dunlap2019-12-151-1/+1
| * | | ext4: use RCU API in debug_print_treePhong Tran2019-12-151-1/+5
| * | | ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2019-12-151-74/+69
| * | | ext4: reserve revoke credits in __ext4_new_inodeyangerkun2019-12-141-2/+2
| * | | ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter2019-12-141-2/+2
| * | | ext4: optimize __ext4_check_dir_entry()Theodore Ts'o2019-12-141-5/+4
| * | | ext4: check for directory entries too close to block endJan Kara2019-12-141-0/+5