summaryrefslogtreecommitdiffstats
path: root/lib/decompress_bunzip2.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-24net/smc: use local struct sock variables consistentlyUrsula Braun2-34/+37
2018-01-24cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar9-8/+116
2018-01-24selftests/bpf: validate replace of TC filters is workingJakub Kicinski1-5/+50
2018-01-24selftests/bpf: check bpf verifier log buffer usage works for HW offloadQuentin Monnet2-5/+25
2018-01-24netdevsim: don't compile BPF code if syscall not enabledJakub Kicinski2-1/+33
2018-01-24selftests/bpf: add checks on extack messages for eBPF hw offload testsQuentin Monnet1-26/+86
2018-01-24netdevsim: add extack support for TC eBPF offloadQuentin Monnet1-7/+28
2018-01-24net/sched: act_csum: don't use spinlock in the fast pathDavide Caratti2-15/+59
2018-01-24net/sched: act_csum: use per-core statisticsDavide Caratti1-6/+4
2018-01-24net: link_watch: mark bonding link events urgentRoopa Prabhu1-1/+1
2018-01-24ARM: dts: imx6q-b450v3: Add switch port configurationSebastian Reichel1-0/+52
2018-01-24ARM: dts: imx6q-b650v3: Add switch port configurationSebastian Reichel1-0/+52
2018-01-24ARM: dts: imx6q-b850v3: Add switch port configurationSebastian Reichel1-0/+75
2018-01-24ARM: dts: imx6q-bx50v3: Add internal switchSebastian Reichel1-0/+62
2018-01-24net: dsa: Support internal phy on 'cpu' portSebastian Reichel4-32/+86
2018-01-23i40e: Fix channel addition in reset flowAmritha Nambiar1-0/+11
2018-01-23i40evf: ignore link up if not runningAlan Brady1-12/+23
2018-01-23i40e: Delete an error message for a failed memory allocation in i40e_init_int...Markus Elfring1-3/+2
2018-01-23i40e: Disable iWARP VSI PETCP_ENA flag on netdev down eventsShiraz Saleem2-18/+20
2018-01-23i40e: simplify pointer dereferencesMitch Williams1-10/+8
2018-01-23i40e: check for invalid DCB configMitch Williams1-1/+33
2018-01-23i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari6-99/+115
2018-01-23i40e: Fix for blinking activity instead of link LEDsMichal Kuchta1-3/+2
2018-01-23i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand2-1/+9
2018-01-23i40evf: remove flush_scheduled_work call in i40evf_removeSudheer Mogilappagari1-2/+0
2018-01-23i40e: avoid divide by zeroMitch Williams1-2/+7
2018-01-23i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags f...Pawel Jablonski9-59/+173
2018-01-23ixgbe: register ipsec offload with the xfrm subsystemShannon Nelson2-0/+23
2018-01-23ixgbe: ipsec offload statsShannon Nelson4-1/+10
2018-01-23ixgbe: process the Tx ipsec offloadShannon Nelson5-9/+112
2018-01-23ixgbe: process the Rx ipsec offloadShannon Nelson3-2/+115
2018-01-23ixgbe: restore offloaded SAs after a resetShannon Nelson3-0/+44
2018-01-23ixgbe: add ipsec offload add and remove SAShannon Nelson3-1/+399
2018-01-23ixgbe: add ipsec data structuresShannon Nelson2-0/+45
2018-01-23ixgbe: add ipsec engine start and stop routinesShannon Nelson1-0/+142
2018-01-23ixgbe: add ipsec register access routinesShannon Nelson5-0/+222
2018-01-23ixgbe: clean up ipsec definesShannon Nelson1-13/+7
2018-01-23sctp: reset ret in again path in sctp_for_each_transportXin Long1-1/+2
2018-01-23bnx2: remove redundant initializations of pointers txr and rxrColin Ian King1-2/+2
2018-01-23forcedeth: remove duplicate structure member in rxZhu Yanjun1-6/+7
2018-01-23net: core: Fix kernel-doc for netdev_upper_link()Florian Fainelli1-0/+2
2018-01-23net: core: Fix kernel-doc for call_netdevice_notifiers_info()Florian Fainelli1-1/+0
2018-01-23net: phy: sfp: Fix kernel doc warningFlorian Fainelli1-1/+1
2018-01-23net: core: Fix kernel-doc for carrier_* attributesFlorian Fainelli1-2/+2
2018-01-23net: aquantia: make symbol hw_atl_boards staticWei Yongjun1-1/+1
2018-01-23net: aquantia: Fix error return code in aq_pci_probe()Wei Yongjun1-1/+3
2018-01-23nfp: fix error return code in nfp_pci_probe()Wei Yongjun1-0/+1
2018-01-23nfp: fix fw dump handling of absolute rtsym sizeCarl Heymann1-6/+10
2018-01-23nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings1-3/+3
2018-01-22tun: avoid calling xdp_rxq_info_unreg() twiceCong Wang1-2/+0