aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-26net: ethernet: ax88796: don't call free_irq without request_irq firstUwe Kleine-König1-5/+2
2017-05-26ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2-14/+20
2017-05-26sctp: fix ICMP processing if skb is non-linearDavide Caratti1-7/+9
2017-05-26net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang1-0/+3
2017-05-25bonding: Don't update slave->link until ready to commitNithin Sujir1-2/+9
2017-05-25test_bpf: Add a couple of tests for BPF_JSGE.David Daney1-0/+38
2017-05-25Merge branch 'bpf-fixes'David S. Miller8-34/+285
2017-05-25bpf: add various verifier test casesDaniel Borkmann3-4/+255
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann3-0/+3
2017-05-25bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann1-0/+1
2017-05-25bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann1-21/+16
2017-05-25bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann1-9/+10
2017-05-25arp: fixed -Wuninitialized compiler warningIhar Hrachyshka1-1/+1
2017-05-25tcp: avoid fastopen API to be used on AF_UNSPECWei Wang1-2/+5
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl2-2/+19
2017-05-25net: fix potential null pointer dereferenceGustavo A. R. Silva1-1/+1
2017-05-25geneve: fix fill_info when using collect_metadataEric Garver1-3/+5
2017-05-24Merge branch 'q-in-q-checksums'David S. Miller3-9/+14
2017-05-24virtio-net: enable TSO/checksum offloads for Q-in-Q vlansVlad Yasevich1-0/+1
2017-05-24be2net: Fix offload features for Q-in-Q packetsVlad Yasevich1-1/+3
2017-05-24vlan: Fix tcp checksum offloads in Q-in-Q vlansVlad Yasevich1-8/+10
2017-05-24net: phy: marvell: Limit errata to 88m1101Andrew Lunn1-29/+37
2017-05-24net/phy: fix mdio-octeon dependency and buildRandy Dunlap1-1/+1
2017-05-24Merge tag 'mlx5-fixes-2017-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller8-30/+120
2017-05-24Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-9/+12
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko1-2/+5
2017-05-24net: fec: add post PHY reset delay DT propertyQuentin Schulz2-1/+19
2017-05-24Merge branch 'sctp-dupcookie-fixes'David S. Miller3-10/+10
2017-05-24sctp: set new_asoc temp when processing dupcookieXin Long2-9/+7
2017-05-24sctp: fix stream update when processing dupcookieXin Long1-1/+3
2017-05-23mlx5: fix bug reading rss_hash_type from CQEJesper Dangaard Brouer1-2/+8
2017-05-23cdc-ether: divorce initialisation with a filter reset and a generic methodOliver Neukum2-7/+25
2017-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller6-60/+8
2017-05-23net/mlx5: Tolerate irq_set_affinity_hint() failuresTariq Toukan1-11/+4
2017-05-23net/mlx5: Avoid using pending command interface slotsMohamad Haj Yahia4-8/+44
2017-05-23net/mlx5e: IPoIB, handle RX packet correctlyErez Shitrit1-1/+7
2017-05-23net/mlx5e: Fix warnings around parsing of TC pedit actionsOr Gerlitz1-7/+7
2017-05-23net/mlx5e: Properly enforce disallowing of partial field re-write offloadOr Gerlitz1-2/+3
2017-05-23net/mlx5e: Allow TC csum offload if applied together with pedit actionOr Gerlitz1-0/+39
2017-05-23net/sched: act_csum: Add accessors for offloading driversOr Gerlitz1-0/+15
2017-05-23net/mlx5e: Use the correct delete call on offloaded TC encap entry detachOr Gerlitz1-1/+1
2017-05-23cfg80211: make cfg80211_sched_scan_results() work from atomic contextArend Van Spriel1-4/+4
2017-05-22Merge tag 'pstore-v4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-6/+11
2017-05-22Merge tag 'acpi-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-4/+25
2017-05-22Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds11-303/+787
2017-05-22i2c: designware: Fix bogus sda_hold_time due to uninitialized varsJan Kiszka1-1/+1
2017-05-22efi-pstore: Fix write/erase id trackingKees Cook1-6/+11
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds33-133/+335
2017-05-22net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko1-1/+0
2017-05-22vsock: use new wait API for vsock_stream_sendmsg()WANG Cong1-13/+8