summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-264-25/+53
|\
| * netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter2019-12-201-2/+2
| * netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal2019-12-201-17/+16
| * selftests: netfilter: extend flowtable test script with dnat ruleFlorian Westphal2019-12-201-5/+34
| * netfilter: nf_flow_table: fix big-endian integer overflowArnd Bergmann2019-12-201-1/+1
* | net/mlxfw: Fix out-of-memory error in mfa2 flash burningVladyslav Tarasiuk2019-12-261-3/+4
* | Merge branch 'hsr-fix-several-bugs-in-hsr-module'David S. Miller2019-12-267-63/+125
|\ \
| * | hsr: reset network header when supervision frame is createdTaehee Yoo2019-12-261-0/+2
| * | hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-265-37/+56
| * | hsr: rename debugfs file when interface name is changedTaehee Yoo2019-12-263-0/+20
| * | hsr: add hsr root debugfs directoryTaehee Yoo2019-12-264-3/+28
| * | hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo2019-12-263-24/+21
| * | hsr: avoid debugfs warning message when module is removeTaehee Yoo2019-12-261-1/+0
|/ /
* | MAINTAINERS: Add additional maintainers to ENA Ethernet driverNetanel Belgazal2019-12-261-0/+2
* | Merge branch 's390-qeth-fixes'David S. Miller2019-12-254-38/+43
|\ \
| * | s390/qeth: fix initialization on old HWJulian Wiedmann2019-12-251-3/+1
| * | s390/qeth: vnicc Fix init to defaultAlexandra Winter2019-12-251-1/+3
| * | s390/qeth: Fix vnicc_is_in_use if rx_bcast not setAlexandra Winter2019-12-251-2/+1
| * | s390/qeth: fix false reporting of VNIC CHAR config failureAlexandra Winter2019-12-251-1/+0
| * | s390/qeth: lock the card while changing its hsuidJulian Wiedmann2019-12-252-17/+28
| * | s390/qeth: fix qdio teardown after early init errorJulian Wiedmann2019-12-253-14/+10
|/ /
* | Merge branch 'disable-neigh-update-for-tunnels-during-pmtu-update'David S. Miller2019-12-2519-32/+58
|\ \
| * | net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu2019-12-251-1/+1
| * | sit: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-251-1/+1
| * | vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-252-2/+2
| * | tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-252-3/+3
| * | net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu2019-12-251-0/+9
| * | gtp: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-251-1/+1
| * | ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-251-1/+1
| * | net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-2514-25/+42
|/ /
* | Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-12-257-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-251-3/+3
* | | sctp: fix err handling of stream initializationMarcelo Ricardo Leitner2019-12-251-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-221-8/+11
| * | | | ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye2019-12-221-1/+3