summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-04-18mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier1-1/+4
2017-04-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2-0/+8
2017-04-18ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-04-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-04-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-04-18ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-04-18ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-04-18can: Fix kernel panic at security_sock_rcv_skbEric Dumazet6-12/+20
2017-04-18Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds1-40/+26
2017-02-08Linux 3.18.48v3.18.48Greg Kroah-Hartman1-1/+1
2017-02-08Fix "qla2xxx: terminate exchange when command is aborted by LIO"Greg Kroah-Hartman1-2/+1
2017-02-08Fix "tunnels: Don't apply GRO to multiple layers of encapsulation."Greg Kroah-Hartman1-1/+1
2017-02-08Fix "crypto: algif_hash - Require setkey before accept(2)"Greg Kroah-Hartman1-4/+4
2017-02-08Documentation: Remove ZBOOT MMC/SDHI utility and docsMagnus Damm6-250/+1
2017-02-08drm/i915: cleanup some indentingDan Carpenter1-2/+3
2017-02-08net:Add sysctl_max_skb_fragsHans Westgaard Ry4-2/+15
2017-02-08blk: rq_data_dir() should not return a booleanLinus Torvalds1-1/+1
2017-02-08spi: dw-mid: refactor to use helpersAndy Shevchenko1-21/+48
2017-02-08x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.hIngo Molnar1-6/+5
2017-02-08usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda2-2/+2
2017-02-08staging: rtl8723au: core: rtw_wlan_util: fix misleading indentationLuis de Bethencourt1-1/+1
2017-02-08Staging: lustre: missing curly braces in ll_setattr_raw()Dan Carpenter1-1/+2
2017-02-08xilinx usb2 gadget: get rid of incredibly annoying compile warningLinus Torvalds1-2/+2
2017-02-08Staging: iio: adc: fix indent on break statementColin Ian King1-1/+1
2017-02-08bfa: Fix indentationAnil Gurumurthy1-11/+11
2017-02-08i40e: Reduce stack in i40e_dbg_dump_descJoe Perches1-13/+17
2017-02-08be2iscsi: Fix bogus WARN_ON length checkTim Gardner1-1/+1
2017-02-08iwlegacy: avoid warning about missing bracesArnd Bergmann1-1/+2
2017-02-08drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli52...David Malcolm1-1/+1
2017-02-08media: remove unused variable that causes a warningLinus Torvalds1-1/+0
2017-02-08mtd: blkdevs: fix switch-bool compilation warningTomer Barletz1-6/+2
2017-02-08netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller2-0/+4
2017-02-08s3c-camif: fix compiler warningsHans Verkuil1-2/+2
2017-02-08x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()Juergen Gross1-1/+1
2017-02-08ALSA: oxygen: Fix logical-not-parentheses warningTomer Barletz1-1/+1
2017-02-08HID: hid-input: Add parentheses to quell gcc warningJames C Boyd1-1/+1
2017-02-08ata: hpt366: fix constant cast warningArnd Bergmann1-2/+2
2017-02-08Bluetooth: make hci_test_bit's addr constJiri Slaby1-2/+2
2017-02-08netfilter: Fix switch statement warnings with recent gcc.David Miller5-3/+17
2017-02-08Disable "frame-address" warningLinus Torvalds1-0/+1
2017-02-08net: caif: fix misleading indentationArnd Bergmann1-1/+1
2017-02-08paride: fix the "verbose" module paramDan Carpenter1-2/+2
2017-02-08atm: iphase: fix misleading indentionTillmann Heidsieck1-1/+1
2017-02-08MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton3-3/+1
2017-02-08module: fix types of device tables aliasesAndrey Ryabinin1-1/+1
2017-01-18Linux 3.18.47v3.18.47Sasha Levin1-1/+1
2017-01-15gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck1-0/+16
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross6-7/+38
2017-01-15net: Use more bit fields in napi_gro_cbTom Herbert1-8/+10