summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | inet: protect against too small mtu values.Eric Dumazet2019-12-075-11/+20
| * | gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
| * | pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
| * | Merge branch 'tcp-fix-handling-of-stale-syncookies-timestamps'David S. Miller2019-12-062-8/+32
| |\ \
| | * | tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-061-3/+3
| | * | tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-061-3/+13
| | * | tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-062-2/+16
| |/ /
| * | Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-12-0610-75/+143
| |\ \
| | * | net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tagParav Pandit2019-12-052-38/+93
| | * | net/mlx5e: ethtool, Fix analysis of speed settingAya Levin2019-12-051-10/+3
| | * | net/mlx5e: Fix translation of link mode into speedAya Levin2019-12-051-0/+1
| | * | net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan2019-12-051-2/+5
| | * | net/mlx5e: Fix freeing flow with kfree() and not kvfree()Roi Dayan2019-12-051-1/+1
| | * | net/mlx5e: Fix SFF 8472 eeprom lengthEran Ben Elisha2019-12-051-1/+1
| | * | net/mlx5e: Query global pause state before setting prio2bufferHuy Nguyen2019-12-051-2/+25
| | * | net/mlx5e: Fix TXQ indices to be sequentialEran Ben Elisha2019-12-054-22/+15
| * | | lpc_eth: kernel BUG on removeBruno Carneiro da Cunha2019-12-061-2/+0
| * | | tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-061-2/+3
| * | | Merge branch 'net-tc-indirect-block-relay'David S. Miller2019-12-064-53/+65
| |\ \ \
| | * | | net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley2019-12-061-19/+33
| | * | | net: core: rename indirect block ingress cb functionJohn Hurley2019-12-064-36/+34
| |/ / /
| * | | net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander2019-12-061-2/+5
| * | | net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-061-2/+3
| * | | net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-064-16/+12
| * | | net: avoid an indirect call in ____sys_recvmsg()Eric Dumazet2019-12-061-1/+6
| * | | phy: mdio-thunder: add missed pci_release_regions in removeChuhong Yuan2019-12-061-0/+1
| * | | tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-061-14/+15
| * | | mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk2019-12-061-1/+1
| * | | net: stmmac: reset Tx desc base address before restarting TxJongsung Kim2019-12-061-0/+2
| * | | enetc: disable EEE autoneg by defaultYangbo Lu2019-12-061-0/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-0614-37/+116
| |\ \ \
| | * | | selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no calleesYonghong Song2019-12-043-19/+81
| | * | | bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_idYonghong Song2019-12-041-1/+4
| | * | | selftests/bpf: De-flake test_tcpbpfStanislav Fomichev2019-12-043-7/+20
| | * | | selftests/bpf: Bring back c++ include/link testStanislav Fomichev2019-12-045-6/+7
| | * | | selftests/bpf: Don't hard-code root cgroup idStanislav Fomichev2019-12-041-1/+1
| | * | | samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer2019-12-041-3/+3
| * | | | ppp: fix out-of-bounds access in bpf_prog_create()Eric Biggers2019-12-051-2/+3
| * | | | Merge branch 'hns3-fixes'David S. Miller2019-12-052-36/+32
| |\ \ \ \
| | * | | | net: hns3: fix VF ID issue for setting VF VLANJian Shen2019-12-051-12/+6
| | * | | | net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()Yunsheng Lin2019-12-051-13/+6
| | * | | | net: hns3: fix for TX queue not restarted problemYunsheng Lin2019-12-051-12/+21
| |/ / / /
| * | | | net: ethernet: ti: cpsw_switchdev: fix unmet direct dependencies detected for...Grygorii Strashko2019-12-051-1/+1
| * | | | Merge branch 's390-fixes'David S. Miller2019-12-056-83/+119
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | s390/qeth: fix dangling IO buffers after halt/clearJulian Wiedmann2019-12-055-46/+67
| | * | | s390/qeth: ensure linear access to packet headersJulian Wiedmann2019-12-051-33/+31
| | * | | s390/qeth: guard against runt packetsJulian Wiedmann2019-12-053-6/+23
| |/ / /
| * | | net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab2019-12-051-1/+1
| * | | hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo2019-12-051-2/+7
| * | | net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-044-5/+7
| |/ /