summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-2269-164/+149
* net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan2019-07-225-31/+20
* r8169: improve rtl_rxHeiner Kallweit2019-07-221-28/+15
* ax88179_178a: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan2019-07-221-2/+1
* usbnet: smsc75xx: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan2019-07-221-6/+3
* net: lan78xx: Merge memcpy + lexx_to_cpus to get_unaligned_lexxChuhong Yuan2019-07-221-8/+4
* net-ipv6-ndisc: add support for RFC7710 RA Captive Portal IdentifierMaciej Żenczykowski2019-07-222-0/+2
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-221-4/+4
|\
| * sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=yThomas Gleixner2019-07-221-4/+4
* | Merge tag 'for-linus-20190722' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-221-0/+1
|\ \
| * | pidfd: fix a poll race when setting exit_stateSuren Baghdasaryan2019-07-221-0/+1
| |/
* | Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-224-4/+32
|\ \
| * | btrfs: don't leak extent_map in btrfs_get_io_geometry()Johannes Thumshirn2019-07-171-3/+7
| * | btrfs: free checksum hash on in close_ctreeJohannes Thumshirn2019-07-171-0/+1
| * | btrfs: Fix build error while LIBCRC32C is moduleYueHaibing2019-07-171-0/+1
| * | btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo2019-07-171-1/+23
* | | Merge tag 'media/v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-222-2/+8
|\ \ \
| * | | media: videodev2.h: change V4L2_PIX_FMT_BGRA444 define: fourcc was already in...Hans Verkuil2019-07-111-1/+7
| * | | media: v4l2-subdev: fix regression in check_pad()Hans Verkuil2019-07-111-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-2291-236/+322
|\ \ \ \ | |_|_|/ |/| | |
| * | | tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-212-2/+16
| * | | hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()Haiyang Zhang2019-07-211-1/+0
| * | | vrf: make sure skb->data contains ip header to make routingPeter Kosyh2019-07-211-23/+35
| * | | connector: remove redundant input callback from cn_devVasily Averin2019-07-212-6/+1
| * | | qed: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-3/+2
| * | | igc: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-8/+4
| * | | cxgb4: Prefer pcie_capability_read_word()Frederick Lawler2019-07-212-10/+5
| * | | be2net: Synchronize be_update_queues with dev_watchdogBenjamin Poirier2019-07-211-0/+5
| * | | bnx2x: Prevent load reordering in tx completion processingBrian King2019-07-211-0/+3
| * | | net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn2019-07-211-1/+1
| * | | net: sched: verify that q!=NULL before setting q->flagsVlad Buslov2019-07-211-1/+3
| * | | chelsio: Fix a typo in a function nameChristophe JAILLET2019-07-211-2/+2
| * | | allocate_flower_entry: should check for null derefNavid Emamdoost2019-07-211-1/+2
| * | | net: hns3: typo in the name of a constantChristophe JAILLET2019-07-213-4/+4
| * | | kbuild: add net/netfilter/nf_tables_offload.h to header-test blacklist.Jeremy Sowden2019-07-211-0/+1
| * | | tipc: Fix a typoChristophe JAILLET2019-07-211-1/+1
| * | | Merge tag 'mac80211-for-davem-2019-07-20' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-07-217-8/+25
| |\ \ \
| | * | | mac80211: don't warn about CW params when not using themBrian Norris2019-07-201-4/+9
| | * | | mac80211: fix possible memory leak in ieee80211_assign_beaconLorenzo Bianconi2019-07-201-2/+6
| | * | | nl80211: fix NL80211_HE_MAX_CAPABILITY_LENJohn Crispin2019-07-201-1/+1
| | * | | nl80211: fix VENDOR_CMD_RAW_DATAJohannes Berg2019-07-201-1/+1
| | * | | wireless: fix nl80211 vendor commandsJohannes Berg2019-07-203-0/+8
| |/ / /
| * | | r8169: fix RTL8168g PHY initThomas Voegtle2019-07-201-2/+2
| * | | Merge branch 'flow_offload-fixes'David S. Miller2019-07-1921-81/+94
| |\ \ \
| | * | | net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-1913-25/+44
| | * | | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-1912-27/+30
| | * | | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-198-21/+12
| | * | | net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso2019-07-193-10/+10
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-1944-82/+117
| |\ \ \
| | * | | netfilter: bridge: make NF_TABLES_BRIDGE tristateArnd Bergmann2019-07-193-3/+3